We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3fccf0 commit b50baeaCopy full SHA for b50baea
release/create-github-release.js
@@ -33,7 +33,7 @@ async function main() {
33
const sbomPath = path.join(buildRoot, "superplane-sbom.json");
34
const sbomAssetName = "superplane-sbom.json";
35
const cliAssetsDir = path.join(repoRoot, "release/cli");
36
- const cliAssetPrefix = `superplane-cli-${version}-`;
+ const cliAssetPrefix = `superplane-cli-`;
37
38
if (!fs.existsSync(artifactPath)) {
39
console.error(
0 commit comments