We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4577007 commit 1fab40dCopy full SHA for 1fab40d
1 file changed
.github/workflows/release.yml
@@ -176,7 +176,7 @@ jobs:
176
version-docs:
177
# needs: release
178
runs-on: ubuntu-22.04
179
- if: (github.event.inputs.version == 'minor' || github.event.inputs.version == 'major')
+ # if: (github.event.inputs.version == 'minor' || github.event.inputs.version == 'major')
180
181
steps:
182
- name: Checkout repository
0 commit comments