ci: fix gh publish
This commit is contained in:
parent
5408e232e5
commit
875891b282
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue