Skip to content

Commit 7021094

Browse files
committed
Set the GitHub token to make it possible to create the release.
1 parent dd292d3 commit 7021094

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
@@ -85,4 +85,6 @@ jobs:
8585
8686
- name: Publish release
8787
shell: bash
88+
env:
89+
GH_TOKEN: ${{github.token}}
8890
run: gh release create ${{env.release}} --title "Release ${{env.release}}" ${{github.workspace}}/Artifacts/Configure.Release.x64.exe ${{github.workspace}}/Artifacts/Configure.Release.arm64.exe ${{github.workspace}}/Artifacts/Configure.Release.x86.exe ${{github.workspace}}/files.zip

0 commit comments

Comments
 (0)