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 }}