diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index ab4df946..7a4bd145 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -161,7 +161,7 @@ jobs: - name: Publish if: success() && github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/') - run: npm publish --tag=next + run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN_JAAP }}