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 c0e5f72 commit 1203592
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/androidsign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1203592

Please sign in to comment.