From 72acbf9b21b428b97a8964e87225299f60e63aec Mon Sep 17 00:00:00 2001 From: Matt Troutman Date: Sun, 21 Jul 2024 02:33:30 -0500 Subject: [PATCH] Using the runID to make tags --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index fa4a7b9..efe3fc5 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -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