Skip to content

Commit e4e3b3e

Browse files
committed
fix: whoopsie doopsie
1 parent d55a785 commit e4e3b3e

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
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Bump version and commit
7676
if: |
77-
steps.scrape.outputs.has_changes == 'true' ||
77+
(steps.scrape.outputs.has_changes == 'true' && github.event_name != 'push') ||
7878
(github.event_name == 'workflow_dispatch' &&
7979
inputs.force_release == 'true')
8080
run: |

0 commit comments

Comments
 (0)