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 8b53303 commit 486cf3a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/androidsign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,6 @@ jobs:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # 使用 PAT
generateReleaseNotes: 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 HEAD
- name: Get Commit Message
id: get_commit_message
run: |
Expand Down

0 comments on commit 486cf3a

Please sign in to comment.