Skip to content

Commit

Permalink
🎉Release 1.3,修改Android CI Release编译链问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Hny0305Lin committed Jul 8, 2024
1 parent 7b43233 commit e18bafc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/androidsign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e18bafc

Please sign in to comment.