From 0e2bc9b916f620df5c6446d8a4a6cca580e38d53 Mon Sep 17 00:00:00 2001 From: SilianZ <113701655+SilianZ@users.noreply.github.com> Date: Sat, 9 Mar 2024 14:08:27 +0800 Subject: [PATCH] Update build-tag.yml --- .github/workflows/build-tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-tag.yml b/.github/workflows/build-tag.yml index a0cdeca..5082738 100644 --- a/.github/workflows/build-tag.yml +++ b/.github/workflows/build-tag.yml @@ -14,9 +14,9 @@ jobs: id: create_release uses: actions/create-release@v1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} with: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} draft: false - prerelease: true \ No newline at end of file + prerelease: true