Skip to content

Commit 16fffa2

Browse files
authored
Update publish.yml - fix branch name
1 parent c216641 commit 16fffa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0
29-
ref: 'master'
29+
ref: 'main'
3030
# This will only cause the `check-plan` job to have a result of `success`
3131
# when the .release-plan.json file was changed on the last commit. This
3232
# plus the fact that this action only runs on main will be enough of a guard

0 commit comments

Comments
 (0)