We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5869217 commit e6b1cf6Copy full SHA for e6b1cf6
1 file changed
.github/workflows/bump-version.yaml
@@ -91,6 +91,7 @@ jobs:
91
needs:
92
- bump-version
93
runs-on: ubuntu-latest
94
+ if: "${{ github.event.inputs.bump_type != 'patch' }}"
95
steps:
96
- name: Checkout
97
uses: actions/checkout@v4
0 commit comments