diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 98c829b..ce178d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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