diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11e8020..4d8a3c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -167,6 +167,6 @@ jobs: uses: ncipollo/release-action@v1 with: name: tpi v${{ env.VERSION }} - tag: ${{ env.VERSION }} + tag: v${{ env.VERSION }} artifacts: artifacts/* generateReleaseNotes: true