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 1bcdf09 commit da9e8bcCopy full SHA for da9e8bc
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
48
- name: Auto-merge Changesets PR
49
- if: steps.changesets.outputs.hasChangesets
+ if: steps.changesets.outputs.hasChangesets == 'true'
50
run: gh pr --repo "$REPO" merge --squash "$PR_NUM"
51
env:
52
0 commit comments