Skip to content

Commit da9e8bc

Browse files
ci(release): attempt to fix condition
1 parent 1bcdf09 commit da9e8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4848
- name: Auto-merge Changesets PR
49-
if: steps.changesets.outputs.hasChangesets
49+
if: steps.changesets.outputs.hasChangesets == 'true'
5050
run: gh pr --repo "$REPO" merge --squash "$PR_NUM"
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)