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 75c6311 commit 278c9e1Copy full SHA for 278c9e1
.github/workflows/canary.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Release Canary
28
id: canary
29
- uses: 'the-guild-org/changesets-snapshot-action@main'
+ uses: 'the-guild-org/changesets-snapshot-action@v0.0.1'
30
with:
31
tag: alpha
32
prepareScript: 'yarn build'
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Create Release Pull Request or Publish to npm
38
id: changesets
39
- uses: dotansimha/changesets-action@1bd10e16a393db098c8f537c719621962c0d5571
+ uses: dotansimha/changesets-action@v1.3.1
40
41
publish: yarn release
42
commit: 'chore(release): update monorepo packages versions'
0 commit comments