Skip to content

Commit

Permalink
Merge pull request #301 from stepchowfun/version-to-publish
Browse files Browse the repository at this point in the history
Fix a bug in the release script
  • Loading branch information
stepchowfun committed Apr 5, 2024
2 parents 947b765 + fa7c654 commit 5df2d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ jobs:
"stephanmisc/docuum:$VERSION_TO_PUBLISH" --help
# Create the release.
gh release create "v$VERSION" --title "v$VERSION" --notes '' \
gh release create "v$VERSION_TO_PUBLISH" --title "v$VERSION_TO_PUBLISH" --notes '' \
'artifacts/docuum-x86_64-unknown-linux-gnu' \
'artifacts/docuum-x86_64-unknown-linux-musl' \
'artifacts/docuum-aarch64-unknown-linux-gnu' \
Expand Down

0 comments on commit 5df2d55

Please sign in to comment.