diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f651cbc..f2860b8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -93,9 +93,6 @@ jobs: - name: Publish to NPM (Trusted Publisher) if: ${{ matrix.isPublisher }} - env: - NODE_AUTH_TOKEN: "" - NPM_TOKEN: "" run: npm publish --access public --provenance --tag "${{ steps.channel.outputs.channel }}" - name: Download all artifacts