Skip to content

Commit 3917bb6

Browse files
committed
fix: include gh token for gh
1 parent e13ce55 commit 3917bb6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/setup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
path: dist
7979
- env:
8080
VERSION: ${{ github.ref_name }}
81+
GH_TOKEN: ${{ github.token }}
8182
run: |
8283
gh release create "$VERSION" --verify-tag --generate-notes dist/*
8384
permissions:

0 commit comments

Comments
 (0)