ci: publish gh package w/o scope
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:12:55 +02:00
parent 5efc80d8e5
commit cf153566f0

View file

@ -78,14 +78,13 @@ jobs:
with:
node-version-file: .nvmrc
registry-url: 'https://npm.pkg.github.com'
scope: '@ayo-run'
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm build
- name: Scope package name for GitHub Packages
run: npm pkg set name="@ayo-run/web-component-base"
run: npm pkg set name="web-component-base"
- name: Publish
run: |