We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent facbb33 commit 22e0446Copy full SHA for 22e0446
1 file changed
.github/workflows/release.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Run the release
77
run: |
78
pnpm release
79
- if: ${{ inputs.bump != 'automatic' }}
+ if: ${{ inputs.bump == 'automatic' }}
80
81
- name: Run minor bump
82
0 commit comments