devops: do not use npm token (#1076)

https://github.com/microsoft/playwright/issues/37495
This commit is contained in:
Yury Semikhatsky
2025-09-24 15:22:10 -07:00
committed by GitHub
parent e50322731b
commit 24e68fa41d

View File

@@ -46,11 +46,6 @@ jobs:
- name: Publish to npm with next tag
run: npm publish --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Reset package.json version
run: git checkout -- package.json
publish-release-npm:
if: github.event_name == 'release'