Skip to content

Commit ccc750e

Browse files
author
Michel Weststrate
committed
chore: fixed CI warning, that might fix #4585 in the future?
1 parent 989de2d commit ccc750e

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
@@ -29,7 +29,7 @@ jobs:
2929

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

0 commit comments

Comments
 (0)