Skip to content

Commit ebd6cd3

Browse files
committed
update changeset action
1 parent 2437c03 commit ebd6cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: yarn
2626

2727
- name: Create Release Pull Request or Publish to npm
28-
uses: changesets/action@master
28+
uses: changesets/action@v1
2929
with:
3030
# this expects you to have a script called release which does a build for your packages and calls changeset publish
3131
publish: yarn release

0 commit comments

Comments
 (0)