mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-11 17:20:05 +00:00
chore: rename default branch to main
This commit is contained in:
parent
e1fe1fc00a
commit
4b8114c504
4 changed files with 9 additions and 9 deletions
4
.github/workflows/testRelease.yml
vendored
4
.github/workflows/testRelease.yml
vendored
|
|
@ -69,11 +69,11 @@ jobs:
|
|||
dry_run: true
|
||||
branches: |
|
||||
[
|
||||
'master',
|
||||
'main',
|
||||
{name: 'beta', prerelease: true},
|
||||
{name: 'alpha', prerelease: true}
|
||||
]
|
||||
branch: master
|
||||
branch: main
|
||||
extra_plugins: |
|
||||
@semantic-release/git@7
|
||||
@semantic-release/changelog@3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue