updated github workflow
This commit is contained in:
parent
b71946d3be
commit
a4cbda0fb9
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -26,11 +26,6 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: Publish to npm as alpha
|
|
||||||
run: npm publish --tag alpha --access public
|
|
||||||
env:
|
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
||||||
|
|
||||||
- name: Publish to npm as latest
|
- name: Publish to npm as latest
|
||||||
run: npm publish --tag latest --access public
|
run: npm publish --tag latest --access public
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user