diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1399eee..d19db43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -235,7 +235,7 @@ jobs: artifacts/gram-aarch64-pc-windows-msvc.exe # Create the release. - gh release create "v$VERSION_TO_PUBLISH" --title "v$VERSION_TO_PUBLISH" --notes '' \ + gh release create "v$VERSION" --title "v$VERSION" --notes '' \ 'artifacts/gram-x86_64-unknown-linux-gnu' \ 'artifacts/gram-x86_64-unknown-linux-musl' \ 'artifacts/gram-aarch64-unknown-linux-gnu' \