Skip to content

Commit 92636d0

Browse files
authored
Update changesets action version in release workflow
1 parent b68c48d commit 92636d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ jobs:
3636

3737
- name: Create release pull request or publish to npm
3838
id: changesets
39-
uses: changesets/action@master
39+
uses: changesets/action@v1
4040
with:
4141
title: Release Tracking
4242
# This expects you to have a script called release which does a build for your packages and calls changeset publish
4343
publish: npm run release
44+
env:
45+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4446

4547
release-canary:
4648
name: Canary

0 commit comments

Comments
 (0)