diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 35af5c8..5bd5f62 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -37,6 +37,8 @@ jobs: mkdir -p ~/.npm echo "registry=https://gitea.controller.bittehackmichnicht.de/api/packages/${{ github.repository }}/npm/" > ~/.npmrc echo "//gitea.controller.bittehackmichnicht.de/api/packages/${{ github.repository }}/npm/:_authToken=${{ secrets.REGISTRY_PAT }}" >> ~/.npmrc + - name: Install dependencies + run: npm ci - name: Build & publish npm package env: VERSION: ${{ steps.generate_tag.outputs.VERSION }}