mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(): docs reference main instead of master (#24216)
This commit is contained in:
@@ -127,7 +127,7 @@ async function publishGithub(version, gitTag, changelog, npmTag) {
|
||||
let branch = await execa.stdout('git', ['symbolic-ref', '--short', 'HEAD']);
|
||||
|
||||
if (!branch) {
|
||||
branch = 'master';
|
||||
branch = 'main';
|
||||
}
|
||||
|
||||
await octokit.repos.createRelease({
|
||||
|
||||
Reference in New Issue
Block a user