From fad7c5221b17408c69fdcd0aef7405d3f71c61bd Mon Sep 17 00:00:00 2001 From: lencx Date: Sat, 7 Jan 2023 14:38:16 +0800 Subject: [PATCH] fix: winget release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41c0f5b..8b3d496 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: # 📝: Edit the deployment directory publish_dir: ./updater force_orphan: true - + publish-winget: # Action can only be run on windows runs-on: windows-latest @@ -99,5 +99,5 @@ jobs: - uses: vedantmgoyal2009/winget-releaser@v1 with: identifier: lencx.ChatGPT - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.WINGET_TOKEN }} version: ${{ env.version }}