From a96f83fd014747fcc9d3113098b5d883e2c431a5 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 21 May 2026 07:09:57 -0400 Subject: [PATCH] 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 --- .github/workflows/main_matrix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 3505d950e..f46bf4652 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -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