diff options
Diffstat (limited to '.github/workflows/release-win.yml')
-rw-r--r-- | .github/workflows/release-win.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release-win.yml b/.github/workflows/release-win.yml index 869c9ad..fbbb492 100644 --- a/.github/workflows/release-win.yml +++ b/.github/workflows/release-win.yml @@ -23,4 +23,5 @@ jobs: uses: softprops/action-gh-release@v1 with: files: ./dist/epy-win.exe - token: ${{ secrets.GH_TOKEN }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |