Compare commits

..

2 Commits

Author SHA1 Message Date
f596a40434 feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 2s
2026-01-21 06:05:54 +03:00
716bc0db97 feat: replace yarn to npm 2026-01-21 06:04:04 +03:00

View File

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