Skip to content

Commit 55f7239

Browse files
committed
chore: fix snapshot-release missing github token
1 parent 815beed commit 55f7239

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-snapshot.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ jobs:
3434
git diff
3535
echo '---'
3636
yarn run publish --tag "${{ steps.variables.outputs.tag }}" --no-git-tag
37+
env:
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)