Skip to content

Commit c216641

Browse files
authored
Update plan-release.yml - fix branch name
1 parent 30cb5e0 commit c216641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/plan-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
27-
ref: 'master'
27+
ref: 'main'
2828
# This will only cause the `check-plan` job to have a "command" of `release`
2929
# when the .release-plan.json file was changed on the last commit.
3030
- id: check-release
@@ -50,7 +50,7 @@ jobs:
5050
# github-changelog can discover what's changed since the last release
5151
with:
5252
fetch-depth: 0
53-
ref: 'master'
53+
ref: 'main'
5454
- uses: actions/setup-node@v4
5555
with:
5656
node-version: 18

0 commit comments

Comments
 (0)