We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43d38f commit b900582Copy full SHA for b900582
1 file changed
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Create Release Pull Request or Publish to npm
57
id: changesets
58
- uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3
+ uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
59
with:
60
# This expects you to have a script called release which does a build for your packages and calls changeset publish
61
publish: pnpm release
0 commit comments