Merge pull request #2201 from actions/npm-trusted-publishing

Enable npm trusted publishing
This commit is contained in:
Brian DeHamer
2025-12-10 13:32:35 -08:00
committed by GitHub
-5
View File
@@ -74,11 +74,6 @@ jobs:
with:
name: ${{ github.event.inputs.package }}
- name: setup authentication
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
env:
NPM_TOKEN: ${{ secrets.TOKEN }}
- name: publish
run: npm publish --provenance *.tgz