We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0742bbd commit cdf7eaeCopy full SHA for cdf7eae
.github/workflows/build-test-package-publish.yml
@@ -180,7 +180,7 @@ jobs:
180
run: npm install --also=dev
181
182
- name: update versions from git
183
- run: poetry run python .\scripts\update_git_versions.py
+ run: poetry run python ./scripts/update_git_versions.py
184
185
- name: update doc links
186
if: ${{ !startsWith( github.ref, 'refs/tags/v') }}
0 commit comments