Skip to content

Commit 22e0446

Browse files
authored
fix: change release condition to trigger on automatic bump (#61)
Thought I had addressed this. Must have pushed an incorrect patch :/
1 parent facbb33 commit 22e0446

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
@@ -76,7 +76,7 @@ jobs:
7676
- name: Run the release
7777
run: |
7878
pnpm release
79-
if: ${{ inputs.bump != 'automatic' }}
79+
if: ${{ inputs.bump == 'automatic' }}
8080

8181
- name: Run minor bump
8282
run: |

0 commit comments

Comments
 (0)