mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2025-01-08 19:21:34 +00:00
Trying to publish with npm token 18
This commit is contained in:
parent
0f941f634f
commit
bf7fea5b22
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ steps:
|
|||
|
||||
- npm config set //registry.npmjs.org/:_authToken "$NPM_TOKEN"
|
||||
- echo "https://registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
|
||||
- npm publish --registry="https://registry.npmjs.org/:_authToken=$NPM_TOKEN"
|
||||
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> .npmrc
|
||||
- npm publish
|
||||
environment:
|
||||
NPM_TOKEN:
|
||||
from_secret: npm_token
|
||||
|
|
Loading…
Reference in a new issue