Compare commits

..

14 Commits

Author SHA1 Message Date
7890c3719e feat: replace yarn to npm
All checks were successful
Publish / Publish npm package action (push) Successful in 10s
2026-01-21 05:58:41 +03:00
57e5da7d5e feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 9s
2026-01-21 05:54:13 +03:00
e6b03228e9 feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 9s
2026-01-21 05:52:50 +03:00
3bff66bc13 feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 9s
2026-01-21 05:48:12 +03:00
d2c4380312 feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 8s
2026-01-21 05:46:16 +03:00
e06752694a feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 8s
2026-01-21 05:45:10 +03:00
2f9ed036b5 feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 10s
2026-01-21 05:44:08 +03:00
794695e43e feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 7s
2026-01-21 05:42:21 +03:00
cf36efa6cc feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 9s
2026-01-21 05:41:32 +03:00
389c4fbc6b feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 7s
2026-01-21 05:37:20 +03:00
04a2a957e9 feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 7s
2026-01-21 05:32:12 +03:00
4791b52d71 feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 6s
2026-01-21 05:30:30 +03:00
6b922d81f9 feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 9s
2026-01-21 05:26:44 +03:00
c3bdfe38b4 feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 7s
2026-01-21 05:21:03 +03:00

View File

@ -24,9 +24,11 @@ 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'
uses: actions/setup-node@v4 run: |
with: echo "@teacinema:registry=https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/" >> ~/.npmrc
registry-url: 'https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/' echo "//git.ksv741.keenetic.pro/api/packages/teacinema/npm/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
run: echo "*** npm publish ***" && npm publish echo "*** cat ~/.npmrc ***"
cat ~/.npmrc
echo "*** npm publish ***" && npm publish
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}