Merge pull request #147 from oech3/patch-1

Override latest-commit's body with corresponding commit
This commit is contained in:
Jeff Bailey
2026-04-03 20:27:48 +01:00
committed by GitHub
+2
View File
@@ -55,6 +55,8 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
with:
tag_name: latest-commit
body: |
commit: ${{ github.sha }}
draft: false
prerelease: true
files: |