Skip to content

Commit 5df2d55

Browse files
authored
Merge pull request #301 from stepchowfun/version-to-publish
Fix a bug in the release script
2 parents 947b765 + fa7c654 commit 5df2d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
"stephanmisc/docuum:$VERSION_TO_PUBLISH" --help
275275
276276
# Create the release.
277-
gh release create "v$VERSION" --title "v$VERSION" --notes '' \
277+
gh release create "v$VERSION_TO_PUBLISH" --title "v$VERSION_TO_PUBLISH" --notes '' \
278278
'artifacts/docuum-x86_64-unknown-linux-gnu' \
279279
'artifacts/docuum-x86_64-unknown-linux-musl' \
280280
'artifacts/docuum-aarch64-unknown-linux-gnu' \

0 commit comments

Comments
 (0)