From 1203592985db85d19cf282471e1172aef03bc24d Mon Sep 17 00:00:00 2001 From: Hny0305Lin <1553809191@qq.com> Date: Mon, 8 Jul 2024 08:59:54 +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 | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/androidsign.yml b/.github/workflows/androidsign.yml index 82235d7..12c50e2 100644 --- a/.github/workflows/androidsign.yml +++ b/.github/workflows/androidsign.yml @@ -91,18 +91,17 @@ jobs: artifacts: "NLChat_${{ github.ref_name }}.apk" token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # 使用 PAT generateReleaseNotes: true - continue-on-error: true - - name: Bump version and generate changelog - id: version - run: | - cd NLChat - git config --global user.name 'github-actions[bot]' - git config --global user.email 'github-actions[bot]@users.noreply.github.com' - npm install -g standard-version - standard-version --release-as ${{ github.ref_name }} - git push --follow-tags origin ${{ github.ref_name }} - continue-on-error: true + # - name: Bump version and generate changelog + # id: version + # run: | + # cd NLChat + # git config --global user.name 'github-actions[bot]' + # git config --global user.email 'github-actions[bot]@users.noreply.github.com' + # npm install -g standard-version + # standard-version --release-as ${{ github.ref_name }} + # git push --follow-tags origin ${{ github.ref_name }} + # continue-on-error: true - name: Get Commit Message id: get_commit_message