We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6128446 commit bed44d2Copy full SHA for bed44d2
.github/workflows/manualrelease.yml
@@ -15,6 +15,7 @@ jobs:
15
runs-on: windows-latest
16
17
env:
18
+ GH_TOKEN: ${{ github.token }}
19
upload_url: ${{ github.event.release.upload_url }}
20
versiontag: ${{ github.event.release.tag_name }}
21
0 commit comments