We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb51fa6 commit 0691a84Copy full SHA for 0691a84
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: changesets/action@v1
30
with:
31
# 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
+ version: yarn version:changeset
33
# This expects you to have a script called release which does a build for your packages and calls changeset publish
34
publish: yarn release:changeset
35
env:
0 commit comments