Skip to content

Commit

Permalink
Use pinned version of changesets-canary action (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dotansimha and github-actions[bot] authored Aug 10, 2022
1 parent 75c6311 commit 278c9e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Release Canary
id: canary
uses: 'the-guild-org/changesets-snapshot-action@main'
uses: 'the-guild-org/changesets-snapshot-action@v0.0.1'
with:
tag: alpha
prepareScript: 'yarn build'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: dotansimha/changesets-action@1bd10e16a393db098c8f537c719621962c0d5571
uses: dotansimha/changesets-action@v1.3.1
with:
publish: yarn release
commit: 'chore(release): update monorepo packages versions'
Expand Down

0 comments on commit 278c9e1

Please sign in to comment.