updated github workflow
This commit is contained in:
parent
e07dfc32b4
commit
2fa3aa6c28
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
@ -18,6 +18,14 @@ jobs:
|
|||||||
node-version: "23"
|
node-version: "23"
|
||||||
registry-url: "https://registry.npmjs.org/"
|
registry-url: "https://registry.npmjs.org/"
|
||||||
|
|
||||||
|
- name: Set up PNPM
|
||||||
|
uses: pnpm/action-setup@v2
|
||||||
|
with:
|
||||||
|
version: latest
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: pnpm install
|
||||||
|
|
||||||
- name: Publish to npm
|
- name: Publish to npm
|
||||||
run: npm publish --tag alpha --access public
|
run: npm publish --tag alpha --access public
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user