We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 484ea9a commit ef88d9bCopy full SHA for ef88d9b
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Create Release Pull Request or Publish to npm
33
id: changesets
34
- uses: changesets/action@master
+ uses: changesets/action@v1
35
with:
36
# This expects you to have a script called release which does a build for your packages and calls changeset publish
37
publish: pnpm release
0 commit comments