mirror of
https://github.com/hzrd149/nsite-gateway.git
synced 2025-06-23 12:05:01 +00:00
login to npn first
This commit is contained in:
parent
e845d43a7a
commit
c4eae33451
7
.github/workflows/publish-next.yml
vendored
7
.github/workflows/publish-next.yml
vendored
@ -28,7 +28,10 @@ jobs:
|
|||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: Publish next version
|
- name: Publish next version
|
||||||
run: pnpm changeset version --snapshot next && pnpm changeset publish --tag next
|
run: |
|
||||||
|
pnpm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN && \
|
||||||
|
pnpm whoami && \
|
||||||
|
pnpm changeset version --snapshot next && \
|
||||||
|
pnpm changeset publish --tag next
|
||||||
env:
|
env:
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user