diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d59838db..f38bbb30 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -355,7 +355,7 @@ jobs: - name: Create Release uses: softprops/action-gh-release@v1 with: - tag_name: v${{ needs.validate.outputs.version }} + tag_name: ${{ needs.validate.outputs.version }} name: BetterGI v${{ needs.validate.outputs.version }} draft: true prerelease: ${{ contains(needs.validate.outputs.version, '-') }}