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 dfda3ea commit 5532fafCopy full SHA for 5532faf
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
id: create_release
19
uses: elgohr/Github-Release-Action@v4
20
env:
21
- GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
+ GITHUB_TOKEN: ${{ github.token }}
22
with:
23
title: ${{ github.ref }}
24
- name: Upload install.bat
0 commit comments