Skip to content

Commit 05958d2

Browse files
fix: missing token
1 parent 1d28080 commit 05958d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
- name: Create versio
4747
run: echo "BINARY_VERSION=1.0.${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV
4848
- name: Release to github
49+
env:
50+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4951
run: |
5052
gh release create "v$BINARY_VERSION" \
5153
-t "v$BINARY_VERSION" \

0 commit comments

Comments
 (0)