feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 9s

This commit is contained in:
Sergey Krylov 2026-01-21 05:54:13 +03:00
parent e6b03228e9
commit 57e5da7d5e

View File

@ -33,8 +33,6 @@ jobs:
run: echo "*** npm run generate ***" && npm run generate
- name: 'Publish to Gitea npm registry'
with:
registry-url: 'https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/'
run: echo "*** npm publish ***" && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}