We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c216641 commit 16fffa2Copy full SHA for 16fffa2
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/checkout@v4
27
with:
28
fetch-depth: 0
29
- ref: 'master'
+ ref: 'main'
30
# This will only cause the `check-plan` job to have a result of `success`
31
# when the .release-plan.json file was changed on the last commit. This
32
# plus the fact that this action only runs on main will be enough of a guard
0 commit comments