Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix: rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Feb 11, 2021
1 parent b09336b commit fd9b619
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- develop
- master
- main
pull_request:
branches:
- develop
- master
- main

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion scripts/create-draft-release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { getLatestBuiltFilesList } from './utils.mjs';
`v${versionNumber}`,
...files.map((name) => path.join('dist', name)),
'--target',
'master',
'main',
'--draft',
'--prerelease',
'--title',
Expand Down

0 comments on commit fd9b619

Please sign in to comment.