workflow: remove unused tag message retrieval and update release note path

This commit is contained in:
fujr 2025-04-14 15:24:03 +08:00
parent 6919a114a3
commit 40cc18e7fa

View File

@ -21,7 +21,6 @@ jobs:
branch_name: ${{ env.branch_name }}
tag_name: ${{ env.tag_name }}
push_type: ${{ env.push_type }}
tag_message: ${{ env.tag_message }}
steps:
- name: Determine push type
@ -42,13 +41,6 @@ jobs:
with:
path: 'qmodem'
- name: Get tag info
id: get_tag_info
run: |
cd qmodem
TAG_MESSAGE=$(git tag -l --format='%(contents)' "${{ env.tag_name }}")
echo "tag_message=${TAG_MESSAGE}" >> $GITHUB_ENV
- name: Update Modem_support_list
id: update_modem_support_list
run: |
@ -71,7 +63,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Release Note
path: ./release_note.md
path: ./qmodem/release_note.md
job_build_qmodem:
name: Build QModem