Skip to content

Commit f86f482

Browse files
committed
Enable OIDC trusted publishing
1 parent 26adb7b commit f86f482

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,7 @@ jobs:
4747
- name: Publish with latest tag
4848
if: github.event.release.prelease == false
4949
run: yarn npm publish --tag latest --provenance
50-
env:
51-
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5250

5351
- name: Publish with next tag
5452
if: github.event.release.prelease == true
5553
run: yarn npm publish --tag next --provenance
56-
env:
57-
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)