We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55a785 commit e4e3b3eCopy full SHA for e4e3b3e
.github/workflows/release.yml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Bump version and commit
76
if: |
77
- steps.scrape.outputs.has_changes == 'true' ||
+ (steps.scrape.outputs.has_changes == 'true' && github.event_name != 'push') ||
78
(github.event_name == 'workflow_dispatch' &&
79
inputs.force_release == 'true')
80
run: |
0 commit comments