feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 9s
Some checks failed
Publish / Publish npm package action (push) Failing after 9s
This commit is contained in:
parent
d2c4380312
commit
3bff66bc13
@ -33,6 +33,8 @@ jobs:
|
|||||||
run: echo "*** npm run generate ***" && npm run generate
|
run: echo "*** npm run generate ***" && npm run generate
|
||||||
|
|
||||||
- name: 'Publish to Gitea npm registry'
|
- name: 'Publish to Gitea npm registry'
|
||||||
|
with:
|
||||||
|
registry-url: 'https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/'
|
||||||
run: echo "*** npm publish ***" && npm publish
|
run: echo "*** npm publish ***" && npm publish
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user