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