Actions: Fix tagging upon release. (#10521)

Current release tags are actually based upon the latest state of `develop` currently...
Specify target_commitish to always use the commit that triggered the build
This commit is contained in:
Austin
2026-05-21 07:09:57 -04:00
committed by Ben Meadors
parent 0f761d930b
commit a96f83fd01

View File

@@ -333,6 +333,7 @@ jobs:
prerelease: true
name: Meshtastic Firmware ${{ needs.version.outputs.long }} Alpha
tag_name: v${{ needs.version.outputs.long }}
target_commitish: ${{ github.sha }}
body: ${{ steps.release_notes.outputs.notes }}
- name: Download source deb