ci: fix gh publish
Some checks are pending
Tests / Unit (push) Waiting to run
Tests / E2E (push) Waiting to run

This commit is contained in:
ayo 2026-07-05 19:21:41 +02:00
parent 5408e232e5
commit 875891b282

View file

@ -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}}