From 7a3d85a29a418c8a60c18a60373f40aeb682d5cb Mon Sep 17 00:00:00 2001 From: DacongDA Date: Thu, 14 Nov 2024 18:05:56 +0800 Subject: [PATCH] feat: update github token to fix CI cannot release issue (#3348) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51cbcc75..793f6ecd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -147,7 +147,7 @@ jobs: - name: Release run: yarn global add semantic-release@17.4.4 && semantic-release env: - GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Fetch Current version id: get-current-tag