ci: publish gh package w/o scope

This commit is contained in:
ayo 2026-07-05 19:12:55 +02:00
parent e62d613203
commit 231c62531b

View file

@ -78,14 +78,13 @@ jobs:
with: with:
node-version-file: .nvmrc node-version-file: .nvmrc
registry-url: 'https://npm.pkg.github.com' registry-url: 'https://npm.pkg.github.com'
scope: '@ayo-run'
cache: pnpm cache: pnpm
- run: pnpm install --frozen-lockfile - run: pnpm install --frozen-lockfile
- run: pnpm build - run: pnpm build
- name: Scope package name for GitHub Packages - 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 - name: Publish
run: | run: |