ci: publish gh package w/o scope
This commit is contained in:
parent
5efc80d8e5
commit
cf153566f0
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue