From baf53a81848c45e70ce412e8ce73264523f4cbfa Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Thu, 7 Apr 2022 18:10:22 -0500 Subject: [PATCH] Remove tag prefix from name Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> --- .github/workflows/update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index da12f18..63d9e35 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -37,4 +37,5 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} commit_sha: ${{ steps.hash.outputs.long_hash }} + tag_prefix: "" custom_tag: ${{ steps.julia_ver.outputs.version }}-${{ steps.hash.outputs.short_hash }}