Skip to content

Commit b50baea

Browse files
authored
fix: CLI binaries no longer have version in their name (#1849)
Signed-off-by: Lucas Pinheiro <lucas@superplane.com>
1 parent c3fccf0 commit b50baea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/create-github-release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async function main() {
3333
const sbomPath = path.join(buildRoot, "superplane-sbom.json");
3434
const sbomAssetName = "superplane-sbom.json";
3535
const cliAssetsDir = path.join(repoRoot, "release/cli");
36-
const cliAssetPrefix = `superplane-cli-${version}-`;
36+
const cliAssetPrefix = `superplane-cli-`;
3737

3838
if (!fs.existsSync(artifactPath)) {
3939
console.error(

0 commit comments

Comments
 (0)