diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90dcc73..8219118 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,7 @@ jobs: uses: softprops/action-gh-release@v1 with: name: ${{ steps.version.outputs.version }} + tag_name: v${{ steps.version.outputs.version }} files: static.zip fail_on_unmatched_files: true prerelease: false