WIP
This commit is contained in:
parent
50463ec93c
commit
3d9b029391
1
.github/workflows/beta-release.yml
vendored
1
.github/workflows/beta-release.yml
vendored
@ -50,6 +50,7 @@ jobs:
|
||||
git push origin --delete "release-${VERSION}" || true
|
||||
# Delete locally if it exists
|
||||
git branch -D "release-${VERSION}" || true
|
||||
# For testing purpose
|
||||
git checkout beta-workflow
|
||||
git checkout -b "release-${VERSION}"
|
||||
|
||||
|
||||
@ -48,7 +48,7 @@ checkDocker();
|
||||
await checkTagExists(repoNames, version);
|
||||
|
||||
// node extra/beta/update-version.js
|
||||
await import("../beta/update-version.js");
|
||||
await import("../beta/update-version.mjs");
|
||||
|
||||
// Create Pull Request (gh pr create will handle pushing the branch)
|
||||
await createReleasePR(version, previousVersion, dryRun, branchName, githubRunId);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user