workflow: remove unused tag message retrieval and update release note path
This commit is contained in:
parent
6919a114a3
commit
40cc18e7fa
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -21,7 +21,6 @@ jobs:
|
|||||||
branch_name: ${{ env.branch_name }}
|
branch_name: ${{ env.branch_name }}
|
||||||
tag_name: ${{ env.tag_name }}
|
tag_name: ${{ env.tag_name }}
|
||||||
push_type: ${{ env.push_type }}
|
push_type: ${{ env.push_type }}
|
||||||
tag_message: ${{ env.tag_message }}
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Determine push type
|
- name: Determine push type
|
||||||
@ -42,13 +41,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: 'qmodem'
|
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
|
- name: Update Modem_support_list
|
||||||
id: update_modem_support_list
|
id: update_modem_support_list
|
||||||
run: |
|
run: |
|
||||||
@ -71,7 +63,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Release Note
|
name: Release Note
|
||||||
path: ./release_note.md
|
path: ./qmodem/release_note.md
|
||||||
|
|
||||||
job_build_qmodem:
|
job_build_qmodem:
|
||||||
name: Build QModem
|
name: Build QModem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user