From ace7cabc2cd20aca9d8445449f82a8af46350761 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Thu, 7 Apr 2022 18:09:44 -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 4872bcf..8a26a3b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -40,4 +40,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.biosequences_ver.outputs.version }}-${{ steps.hash.outputs.short_hash }}