fix: winget publish (#1307)

* chore(actions): Update build.yml

* fix: installer regex
This commit is contained in:
JellyBrick
2023-10-12 08:01:10 +09:00
committed by GitHub
parent e9398adac3
commit 0b363d6487
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ jobs:
if: ${{ env.VERSION_HASH == '' }}
uses: irongut/EditRelease@v1.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN }}
id: ${{ steps.get_draft_release.outputs.id }}
draft: false
prerelease: false