Aligned workflow/docs with the default branch name

This is required after switching the default from `master` to `main`.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta
2021-02-11 14:20:24 +01:00
committed by Akos Kitta
parent b2641f56be
commit b3deb2fd34
4 changed files with 11 additions and 35 deletions

View File

@@ -97,7 +97,7 @@ function currentCommitish() {
function generateTemplate(buildDate) {
// do `export PUBLISH=true yarn package` if you want to mimic CI build locally.
// const electronPublish = release || (isCI && currentBranch() === 'master') || process.env.PUBLISH === 'true';
// const electronPublish = release || (isCI && currentBranch() === 'main') || process.env.PUBLISH === 'true';
const version = getVersion();
const productName = 'Arduino IDE';
const name = 'arduino-ide';