From 7365d93a09b2971d9426d01b34139b2a0fdd0ad4 Mon Sep 17 00:00:00 2001 From: Laitinlok <63400461+Laitinlok@users.noreply.github.com> Date: Fri, 6 Dec 2024 06:32:39 +0800 Subject: [PATCH] Update Release .yml --- .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 60c27fc601..dbf1eb1ef2 100644 --- a/.github/workflows/Release .yml +++ b/.github/workflows/Release .yml @@ -50,6 +50,6 @@ jobs: run: npm install --Force - name: Release env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} run: npm exec semantic-release