Using the runID to make tags

This commit is contained in:
Matt Troutman 2024-07-21 02:34:55 -05:00
parent 72acbf9b21
commit 58538e233e
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 }}-$(github.run_id)
tag_name: ${{ env.VERSION }}-${{github.run_id}}
release_name: Release ${{ env.VERSION }}
draft: false
prerelease: false