diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e41a002..a3a5361 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,7 +34,7 @@ jobs: run: | gh release create "${TAG}" \ --repo="$GITHUB_REPOSITORY" \ - --title="${GITHUB_REPOSITORY#*/} ${TAG#v}" \ + --title="${TAG}" \ --generate-notes \ --verify-tag \ --notes 'sha256: `'$(sha256sum bin/sqlc-template.wasm | cut -f 1 -d ' ')'`