From e58a3a65e6fd9535a011b046383c0e2405ad67a1 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Sat, 28 Dec 2024 18:29:45 +0800 Subject: [PATCH] feat: update GitHub token to fix CI error --- .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 b2790db..03d8c5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,5 +35,5 @@ jobs: - name: Release env: - GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npx semantic-release@v19.0.2