Remove another -rc
This commit is contained in:
parent
56a29c0210
commit
7d2c428999
@ -158,7 +158,7 @@ export function makeArtifactNameBody(baseName: string): string {
|
|||||||
}
|
}
|
||||||
// RC.
|
// RC.
|
||||||
else if (process.env.RC_VERSION) {
|
else if (process.env.RC_VERSION) {
|
||||||
return `${baseName}-${process.env.RC_VERSION.replace(/^v/, "")}-rc`;
|
return `${baseName}-${process.env.RC_VERSION.replace(/^v/, "")}`;
|
||||||
}
|
}
|
||||||
// If SHA is provided and the build isn't tagged, append both the branch and short SHA.
|
// If SHA is provided and the build isn't tagged, append both the branch and short SHA.
|
||||||
else if (process.env.GITHUB_SHA && process.env.GITHUB_REF && process.env.GITHUB_REF.startsWith("refs/heads/")) {
|
else if (process.env.GITHUB_SHA && process.env.GITHUB_REF && process.env.GITHUB_REF.startsWith("refs/heads/")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user