From abf9e96d3d06da06430e7591d6875a176ca0a14e Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Wed, 21 Aug 2024 20:07:12 -0700 Subject: [PATCH] Set release tag to the version update commit sha, not the pre-update one --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e780ac1..4bb2bd6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,6 +52,7 @@ jobs: prerelease: true release_name: Meshtastic Python ${{ steps.get_version.outputs.version }} tag_name: ${{ steps.get_version.outputs.version }} + commitish: ${{ steps.commit_updated.outputs.sha }} body: | Autogenerated by github action, developer should edit as required before publishing... env: