mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Trying to publish with npm token 16
This commit is contained in:
parent
4f725597ad
commit
6a8b50115f
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ steps:
|
|||
image: node:17-alpine
|
||||
commands:
|
||||
|
||||
- npm config set //registry.npmjs.org/:_authToken "NPM_TOKEN"
|
||||
- echo "registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
|
||||
- npm config set //registry.npmjs.org/:_authToken "$NPM_TOKEN"
|
||||
- echo "https://registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
|
||||
- npm publish
|
||||
environment:
|
||||
NPM_TOKEN:
|
||||
|
|
Loading…
Reference in a new issue