Skip to content

Commit 9272404

Browse files
authored
chore: update release script to use master branch (#1207)
1 parent 34d54f6 commit 9272404

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
@@ -78,7 +78,7 @@ const GITHUB_OWNER = "scaleway";
7878
// Name of the github repo.
7979
const GITHUB_REPO = "scaleway-cli";
8080
// The branch on which we want to perform the release
81-
const GITHUB_RELEASED_BRANCH = "v2";
81+
const GITHUB_RELEASED_BRANCH = "master";
8282
// Name of the devtool bucket.
8383
const S3_DEVTOOL_BUCKET = "scw-devtools";
8484
// Region of the devtool bucket .

0 commit comments

Comments
 (0)