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