Skip to content

Commit cbc0207

Browse files
authored
fix(versioning): 🩹Allow major bumps (#987)
1 parent c9e8414 commit cbc0207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Check version tag
5353
run: |
5454
python -m docs.compatibility.versioning --gh-version ${{ github.ref_name }} \
55-
--gh-token ${{ secrets.GITHUB_TOKEN }} --major-bump-disallowed
55+
--gh-token ${{ secrets.GITHUB_TOKEN }}
5656
json_schemas:
5757
name: Generate JSON-Schemas
5858
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)