Skip to content

Commit 030a614

Browse files
AU87XU_ingAU87XU_ing
authored andcommitted
chore: try different version of changesets action
1 parent 99af30a commit 030a614

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/canary.yml

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

5353
- name: Release canary snapshots
5454
id: changesets
55-
uses: changesets/action@master
55+
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba
5656
with:
5757
# This expects you to have a script called release which does a build for your packages and calls changeset publish
5858
publish: npx changeset publish --tag canary

.github/workflows/release.yml

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

5252
- name: Create Release Pull Request or Publish to npm
5353
id: changesets
54-
uses: changesets/action@master
54+
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba
5555
with:
5656
# This expects you to have a script called release which does a build for your packages and calls changeset publish
5757
publish: npm run release

0 commit comments

Comments
 (0)