We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65f17f commit 2f5b373Copy full SHA for 2f5b373
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
46
- name: Create Release Pull Request or Publish to npm
47
id: changesets
48
- uses: changesets/action@master
+ uses: changesets/action@v1
49
with:
50
# This expects you to have a script called release which does a build for your packages and calls changeset publish
51
publish: pnpm release
0 commit comments