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 99af30a commit 030a614Copy full SHA for 030a614
2 files changed
.github/workflows/canary.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Release canary snapshots
54
id: changesets
55
- uses: changesets/action@master
+ uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba
56
with:
57
# This expects you to have a script called release which does a build for your packages and calls changeset publish
58
publish: npx changeset publish --tag canary
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Create Release Pull Request or Publish to npm
publish: npm run release
0 commit comments