diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca44158..badf8bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: - name: Create Release uses: mikepenz/action-gh-release@v0.2.0-a03 with: - tag_name: ${{ env.VERSION }} + tag_name: v${{ env.VERSION }} body: | ${{steps.github_release.outputs.changelog}}