Skip to content

Commit 071f4ab

Browse files
authored
chore: fix release script (#805)
1 parent 8264064 commit 071f4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const S3_VERSION_OBJECT_NAME = "scw-cli-v2-version";
8989
/*
9090
* Usefull constant
9191
*/
92-
const GITHUB_CLONE_URL = `[email protected]:${GITHUB_OWNER}/${GITHUB_REPO}.git"`;
92+
const GITHUB_CLONE_URL = `[email protected]:${GITHUB_OWNER}/${GITHUB_REPO}.git`;
9393
const GITHUB_REPO_URL = `https://github.com/${GITHUB_OWNER}/${GITHUB_REPO}`;
9494
const _typeReg = /(?<type>[a-zA-Z]+)/;
9595
const _scopeReg = /(\((?<scope>.*)\))?/;

0 commit comments

Comments
 (0)