diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b3084cf3f4..21a61c3fee2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,8 +42,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ steps.identify_artifact.outputs.version }} - release_name: ${{ steps.identify_artifact.outputs.version }} + tag_name: "v${{ steps.identify_artifact.outputs.version }}" + release_name: "v${{ steps.identify_artifact.outputs.version }}" draft: false prerelease: false - name: Upload Release Asset