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 989de2d commit ccc750eCopy full SHA for ccc750e
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Create Release Pull Request or Publish to npm
31
id: changesets
32
- uses: changesets/action@master
+ uses: changesets/action@v1
33
with:
34
# This expects you to have a script called release which does a build for your packages and calls changeset publish
35
publish: yarn release
0 commit comments