Skip to content

Commit

Permalink
ci: use prerelease so no branch protection issues (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jan 9, 2025
1 parent 1888e6e commit 790fbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci-pre-release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async function prodMode() {
raiseError("The 'GITHUB_TOKEN' env var isn't defined")
}

const branch = `release/${version}-next`
const branch = `prerelease/${version}-next`

try {
await execa('git', ['checkout', '-b', branch], {
Expand Down

0 comments on commit 790fbcb

Please sign in to comment.