Skip to content

Commit a6a6a63

Browse files
committed
Fix version command in GitHub Actions workflow
Signed-off-by: Sora Morimoto <[email protected]>
1 parent ecdceaf commit a6a6a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-or-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Create Release Pull Request
3434
uses: changesets/action@v1
3535
with:
36-
version: yarn changeset version
36+
version: yarn version
3737
publish: yarn npm publish --tolerate-republish
3838
env:
3939
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)