Skip to content

Commit 760a5b6

Browse files
committed
Revert "Fix version command in GitHub Actions workflow"
This reverts commit a6a6a63.
1 parent 69f674a commit 760a5b6

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 version
36+
version: yarn changeset version
3737
publish: yarn npm publish --tolerate-republish
3838
env:
3939
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)