diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fbb0fbf..f55df57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -143,7 +143,7 @@ jobs: - name: Publish to npm with OIDC env: TARBALL: ${{ steps.candidate.outputs.tarball }} - run: npm publish "$TARBALL" --access public --provenance --ignore-scripts + run: npm publish "./$TARBALL" --access public --provenance --ignore-scripts - name: Create GitHub release env: