From d3fefbdf849cc3ffcf63e45566ab5d56d67babbc Mon Sep 17 00:00:00 2001 From: devanchohan Date: Mon, 13 Jul 2026 14:40:36 +0700 Subject: [PATCH] fix: publish release tarball as local path --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: