Override latest-commit's body with corresponding commit

This commit is contained in:
oech3
2026-04-03 17:43:59 +09:00
parent 8d1d0f56b7
commit 1fe8bc1d5a
+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: |