mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Fixing publish.
This commit is contained in:
parent
c6278f5ce7
commit
78455dc38e
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ steps:
|
|||
npm_publish:
|
||||
image: node:alpine
|
||||
commands:
|
||||
- *install_pnpm
|
||||
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
|
||||
- echo "email = tyhou13@gmx.com" >> ~/.npmrc
|
||||
- npm publish
|
||||
|
|
Loading…
Reference in a new issue