diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e49d821..44c9ee8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} dry_run: false custom_tag: ${{ steps.get_next_version.outputs.new_tag }} + tag_prefix: "" - name: Create a GitHub release uses: ncipollo/release-action@v1 with: