mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-10-12 00:25:14 +03:00
devops: do not use npm token (#1076)
https://github.com/microsoft/playwright/issues/37495
This commit is contained in:
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@@ -46,11 +46,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish to npm with next tag
|
- name: Publish to npm with next tag
|
||||||
run: npm publish --tag next
|
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:
|
publish-release-npm:
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
|
|||||||
Reference in New Issue
Block a user