From 58538e233e04c09f36e341b373f736dbbebf3882 Mon Sep 17 00:00:00 2001 From: Matt Troutman Date: Sun, 21 Jul 2024 02:34:55 -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 efe3fc5..01f898e 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 }}-$(github.run_id) + tag_name: ${{ env.VERSION }}-${{github.run_id}} release_name: Release ${{ env.VERSION }} draft: false prerelease: false