Skip to content

Commit 6abe073

Browse files
committed
chore: activate NPM Trusted Publishing
1 parent 2c85148 commit 6abe073

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ jobs:
5858
# Note: no build step because npm publish would run `prepack` script which builds the module
5959

6060
- name: Publish to npm with provenance
61-
env:
62-
# Environment variable used by `setup-node` action
63-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6461
run: |
6562
TAG="${{ github.event.release.tag_name }}"
6663

0 commit comments

Comments
 (0)