Skip to content

Commit 24a3f90

Browse files
author
PV
committed
Fix npm publish release workflow path
1 parent 28a6789 commit 24a3f90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
echo "version=${VERSION}" >> "$GITHUB_OUTPUT"
4242
4343
- name: Set package version
44-
run: python3 scripts/set_release_version.py "${{ steps.version.outputs.version }}"
44+
run: python3 ../scripts/set_release_version.py "${{ steps.version.outputs.version }}"
4545

4646
- run: npm publish --access public --provenance

0 commit comments

Comments
 (0)