We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5869217 + e6b1cf6 commit 5dc666aCopy full SHA for 5dc666a
.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