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 17
This commit is contained in:
parent
279c7cbf24
commit
8ce09e655c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ steps:
|
|||
|
||||
- npm config set //registry.npmjs.org/:_authToken "$NPM_TOKEN"
|
||||
- echo "https://registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
|
||||
- npm publish
|
||||
- npm publish --registry="https://registry.npmjs.org/:_authToken=$NPM_TOKEN"
|
||||
environment:
|
||||
NPM_TOKEN:
|
||||
from_secret: npm_token
|
||||
|
|
Loading…
Reference in a new issue