mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-09 02:18:32 +00:00
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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user