mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 10:09:55 +00:00
Trying to publish with npm token 11
This commit is contained in:
parent
8bf141c0bf
commit
45f3083351
1 changed files with 3 additions and 0 deletions
|
@ -38,11 +38,14 @@ steps:
|
|||
- name: npm publish
|
||||
image: node:17-alpine
|
||||
commands:
|
||||
|
||||
- npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
|
||||
- npm publish
|
||||
environment:
|
||||
NPM_TOKEN:
|
||||
from_secret: npm_token
|
||||
NODE_AUTH_TOKEN:
|
||||
from_secret: npm_token
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
|
Loading…
Reference in a new issue