diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e12fd0f..1ab301b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,8 +48,6 @@ jobs: - name: Publish to npm run: npm publish --tag ${{ github.event.inputs.tag || 'latest' }} --access public --provenance ${{ github.event.inputs.dry-run == 'true' && '--dry-run' || '' }} - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Get Version id: get-version