From e18bafcfc9fa36a874683c8576ca2f049193d431 Mon Sep 17 00:00:00 2001 From: Hny0305Lin <1553809191@qq.com> Date: Mon, 8 Jul 2024 09:15:31 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89Release=201.3=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9Android=20CI=20Release=E7=BC=96=E8=AF=91=E9=93=BE?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/androidsign.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/androidsign.yml b/.github/workflows/androidsign.yml index 8f775ad..5c1c9b0 100644 --- a/.github/workflows/androidsign.yml +++ b/.github/workflows/androidsign.yml @@ -103,7 +103,10 @@ jobs: git checkout ${{ github.ref_name }} || git checkout -b ${{ github.ref_name }} origin/${{ github.ref_name }} npm install -g standard-version npx standard-version --release-as ${{ github.ref_name }} + git remote set-url origin https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/${{ github.repository }}.git git push --follow-tags origin ${{ github.ref_name }} + env: + GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} continue-on-error: true - name: Get Commit Message