From 3dc2cb5e504275fb8ef1831e9718f3e477a75e4a Mon Sep 17 00:00:00 2001 From: Yiaany Date: Tue, 1 Sep 2026 17:39:53 +0500 Subject: [PATCH] fix(release): publish the local tarball by absolute 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 0151a1a..c24619b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: run: | tarball="$(find release -maxdepth 1 -name '*.tgz' -type f -print -quit)" test -n "$tarball" - npm publish "$tarball" --access public --provenance + npm publish "$GITHUB_WORKSPACE/$tarball" --access public --provenance - run: node scripts/verify-published.mjs - name: Create GitHub Release env: