diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index fde6635..4497431 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -33,6 +33,8 @@ 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 }}