ci: add gh package publish scope
This commit is contained in:
parent
ebee172a20
commit
de0d292f54
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -84,6 +84,7 @@ jobs:
|
|||
- run: pnpm build
|
||||
|
||||
- name: Scope package name for GitHub Packages
|
||||
scope: @ayo-run
|
||||
run: npm pkg set name="web-component-base"
|
||||
|
||||
- name: Publish
|
||||
|
|
|
|||
Loading…
Reference in a new issue