diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0a11993..4aea1e4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,7 +44,7 @@ jobs: run: npm install - name: Publish to NPM - run: npm publish + run: unset NODE_AUTH_TOKEN ; npm publish - name: Prepare release artifacts run: |