From 0fdea64c791c882f98f510b650e447eb4d6671de Mon Sep 17 00:00:00 2001 From: Hayden <48267247+hayden-fr@users.noreply.github.com> Date: Fri, 28 Mar 2025 20:47:24 +0800 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 27acdb4..714fdf8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,9 +68,8 @@ jobs: - name: Create release draft uses: softprops/action-gh-release@v2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + token: ${{ secrets.GITHUBTOKEN }} files: | dist.tar.gz name: ${{ steps.current_version.outputs.version }}