Skip to content

Commit cdf7eae

Browse files
committed
correct workflow
1 parent 0742bbd commit cdf7eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
run: npm install --also=dev
181181

182182
- name: update versions from git
183-
run: poetry run python .\scripts\update_git_versions.py
183+
run: poetry run python ./scripts/update_git_versions.py
184184

185185
- name: update doc links
186186
if: ${{ !startsWith( github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)