diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 8ac0190..da52477 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -11,15 +11,19 @@ jobs: steps: - name: 'Checkout repository' uses: actions/checkout@v4 + - name: 'Setup dependencies' uses: actions/setup-node@v4 with: node-version: 20 registry-url: 'https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/' + - name: 'Install dependencies' - run: npm ci + run: npm install + - name: 'Generate contracts' run: npm run generate + - name: 'Publish to Gitea npm registry' run: npm publish env: