diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0201967..8a785a5 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -18,3 +18,11 @@ jobs: - name: Run build run: npm run build + + - name: Setup npm for Verdaccio + run: | + npm config set registry http://verdaccio:4873/ + npm config set //verdaccio:4873/:_authToken ${{ secrets.NPM_TOKEN }} + + - name: Publish package + run: npm publish