Remove tag prefix from name

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2022-04-07 18:09:44 -05:00
parent 2981372259
commit ace7cabc2c
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -40,4 +40,5 @@ jobs:
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
commit_sha: ${{ steps.hash.outputs.long_hash }} 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 }} custom_tag: ${{ steps.julia_ver.outputs.version }}-${{ steps.biosequences_ver.outputs.version }}-${{ steps.hash.outputs.short_hash }}