Using the runID to make tags

This commit is contained in:
Matt Troutman 2024-07-21 02:33:30 -05:00
parent 416c1b1f1c
commit 72acbf9b21
Signed by: trtmn
SSH Key Fingerprint: SHA256:cgYdsbnbA0S6X4anVowEAntjEpGV7nMyk2NW6ZYoNjE

View File

@ -31,7 +31,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.VERSION }}
tag_name: ${{ env.VERSION }}-$(github.run_id)
release_name: Release ${{ env.VERSION }}
draft: false
prerelease: false