Skip to content

Commit d7fc325

Browse files
committed
🩹
1 parent c83af26 commit d7fc325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
env:
4949
TARGET_VERSION: ${{ github.ref_name }}
5050
- name: Check version tag
51-
run: python docs/compatibility/versioning.py --gh-version ${{ github.ref_name }} --gh-token ${{ secrets.GITHUB_TOKEN }}
51+
run: (cd /docs && python -m compatibility.versioning --gh-version ${{ github.ref_name }} --gh-token ${{ secrets.GITHUB_TOKEN }})
5252
json_schemas:
5353
name: Generate JSON-Schemas
5454
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)