Set release tag to the version update commit sha, not the pre-update one

This commit is contained in:
Ian McEwen committed 2024-08-21 20:07:12 -07:00
1 parent 740f0f0961
commit abf9e96d3d
1 file changed
+1
+1
View File
@@ -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: