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 6
This commit is contained in:
parent
bbb7d68393
commit
64ef6ee794
1 changed files with 3 additions and 1 deletions
|
@ -26,8 +26,10 @@ steps:
|
||||||
password:
|
password:
|
||||||
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: npm_token
|
||||||
|
environment:
|
||||||
|
NPM_TOKEN: $npm_token
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|
Loading…
Reference in a new issue