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 15
This commit is contained in:
parent
4cd629f97a
commit
6ca6f1d738
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ steps:
|
||||||
image: node:17-alpine
|
image: node:17-alpine
|
||||||
commands:
|
commands:
|
||||||
|
|
||||||
- npm config set //registry.npmjs.org/:_authToken "NPM_TOKEN""
|
- npm config set //registry.npmjs.org/:_authToken "NPM_TOKEN"
|
||||||
- echo "registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
|
- echo "registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
|
||||||
- npm publish
|
- npm publish
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue