From 3a97b6356c7b0ab0144ea9faa3b65e29135e5f4c Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 5 Jul 2026 19:21:41 +0200 Subject: [PATCH] ci: fix gh publish --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9685036..c066105 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,6 @@ jobs: - run: pnpm build - name: Scope package name for GitHub Packages - scope: @ayo-run run: npm pkg set name="web-component-base" - name: Publish @@ -96,6 +95,6 @@ jobs: TAG="latest" fi echo "Publishing $VERSION to dist-tag '$TAG'" - npm publish --tag "$TAG" + npm publish --access public --tag "$TAG" env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}