Skip to content

Commit 0691a84

Browse files
committed
ci(changesets): use version cmd from package.json
1 parent eb51fa6 commit 0691a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: changesets/action@v1
3030
with:
3131
# If you are using Yarn Plug'n'Play, you should use a custom version command so that the action can resolve the changeset CLI:
32-
version: yarn changeset version
32+
version: yarn version:changeset
3333
# This expects you to have a script called release which does a build for your packages and calls changeset publish
3434
publish: yarn release:changeset
3535
env:

0 commit comments

Comments
 (0)