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:
@@ -333,6 +333,7 @@ jobs:
|
|||||||
prerelease: true
|
prerelease: true
|
||||||
name: Meshtastic Firmware ${{ needs.version.outputs.long }} Alpha
|
name: Meshtastic Firmware ${{ needs.version.outputs.long }} Alpha
|
||||||
tag_name: v${{ needs.version.outputs.long }}
|
tag_name: v${{ needs.version.outputs.long }}
|
||||||
|
target_commitish: ${{ github.sha }}
|
||||||
body: ${{ steps.release_notes.outputs.notes }}
|
body: ${{ steps.release_notes.outputs.notes }}
|
||||||
|
|
||||||
- name: Download source deb
|
- name: Download source deb
|
||||||
|
|||||||
Reference in New Issue
Block a user