We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e8414 commit cbc0207Copy full SHA for cbc0207
.github/workflows/python-publish.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Check version tag
53
run: |
54
python -m docs.compatibility.versioning --gh-version ${{ github.ref_name }} \
55
- --gh-token ${{ secrets.GITHUB_TOKEN }} --major-bump-disallowed
+ --gh-token ${{ secrets.GITHUB_TOKEN }}
56
json_schemas:
57
name: Generate JSON-Schemas
58
runs-on: ubuntu-latest
0 commit comments