diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c0790d..ebbc511 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -267,5 +267,5 @@ jobs: if npm view "$name@$VERSION" version >/dev/null 2>&1; then echo "$name@$VERSION is already published, skipping" else - npm publish --access public --provenance npm/droidsight + npm publish --access public --provenance ./npm/droidsight fi