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 8
This commit is contained in:
parent
2e534ae174
commit
2b9e0747a7
1 changed files with 4 additions and 2 deletions
|
@ -27,9 +27,11 @@ steps:
|
||||||
from_secret: npm_password
|
from_secret: npm_password
|
||||||
email: tyhou13@gmx.com
|
email: tyhou13@gmx.com
|
||||||
registry: https://registry.npmjs.org/:_authToken=$NPM_TOKEN
|
registry: https://registry.npmjs.org/:_authToken=$NPM_TOKEN
|
||||||
token: npm_token
|
token:
|
||||||
|
from_secret: npm_token
|
||||||
environment:
|
environment:
|
||||||
NPM_TOKEN: $npm_token
|
NPM_TOKEN:
|
||||||
|
from_secret: npm_token
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|
Loading…
Reference in a new issue