We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2437c03 commit ebd6cd3Copy full SHA for ebd6cd3
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
run: yarn
26
27
- name: Create Release Pull Request or Publish to npm
28
- uses: changesets/action@master
+ uses: changesets/action@v1
29
with:
30
# this expects you to have a script called release which does a build for your packages and calls changeset publish
31
publish: yarn release
0 commit comments