We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 947b765 + fa7c654 commit 5df2d55Copy full SHA for 5df2d55
.github/workflows/ci.yml
@@ -274,7 +274,7 @@ jobs:
274
"stephanmisc/docuum:$VERSION_TO_PUBLISH" --help
275
276
# Create the release.
277
- gh release create "v$VERSION" --title "v$VERSION" --notes '' \
+ gh release create "v$VERSION_TO_PUBLISH" --title "v$VERSION_TO_PUBLISH" --notes '' \
278
'artifacts/docuum-x86_64-unknown-linux-gnu' \
279
'artifacts/docuum-x86_64-unknown-linux-musl' \
280
'artifacts/docuum-aarch64-unknown-linux-gnu' \
0 commit comments