Skip to content

Commit 278c9e1

Browse files
Use pinned version of changesets-canary action (#187)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 75c6311 commit 278c9e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Release Canary
2828
id: canary
29-
uses: 'the-guild-org/changesets-snapshot-action@main'
29+
uses: 'the-guild-org/changesets-snapshot-action@v0.0.1'
3030
with:
3131
tag: alpha
3232
prepareScript: 'yarn build'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Create Release Pull Request or Publish to npm
3838
id: changesets
39-
uses: dotansimha/changesets-action@1bd10e16a393db098c8f537c719621962c0d5571
39+
uses: dotansimha/changesets-action@v1.3.1
4040
with:
4141
publish: yarn release
4242
commit: 'chore(release): update monorepo packages versions'

0 commit comments

Comments
 (0)