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 22
This commit is contained in:
parent
8dc60607c9
commit
7c1c027d72
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ steps:
|
|||
|
||||
# - npm config set //registry.npmjs.org/:_authToken "$NPM_TOKEN"
|
||||
# - echo "https://registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
|
||||
# - echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> .npmrc
|
||||
- echo "_auth = $NPM_AUTH_TOKEN" > ~/.npmrc
|
||||
- echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" >> .npmrc
|
||||
# - echo "_auth = $NPM_AUTH_TOKEN" > ~/.npmrc
|
||||
- echo "email = $NPM_EMAIL" >> ~/.npmrc
|
||||
- npm publish
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue