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 30cb5e0 commit c216641Copy full SHA for c216641
1 file changed
.github/workflows/plan-release.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@v4
25
with:
26
fetch-depth: 0
27
- ref: 'master'
+ ref: 'main'
28
# This will only cause the `check-plan` job to have a "command" of `release`
29
# when the .release-plan.json file was changed on the last commit.
30
- id: check-release
@@ -50,7 +50,7 @@ jobs:
50
# github-changelog can discover what's changed since the last release
51
52
53
54
- uses: actions/setup-node@v4
55
56
node-version: 18
0 commit comments