Skip to content

Commit 88fb345

Browse files
committed
Patchright Release [Versioning Release]
1 parent ff5fb21 commit 88fb345

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/patchright_workflow.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,17 @@ jobs:
8484
cd playwright
8585
node "../patchright_nodejs_rebranding.js"
8686
87-
- name: Publish Patchright-Core Package
87+
- name: Create Empty Versioning Release
8888
if: steps.version_check.outputs.proceed == 'true'
89-
run: |
90-
cd playwright/packages/patchright-core/
91-
npm publish
92-
env:
93-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
89+
uses: actions/create-release@v1
90+
with:
91+
tag_name: ${{ env.playwright_version }}
92+
release_name: ${{ env.playwright_version }}
93+
body: |
94+
This is an automatic deployment in response to a new release of [microsoft/playwright](https://github.com/microsoft/playwright).
95+
This Release is only used for Versioning.
96+
draft: false
97+
prerelease: false
9498

9599
- name: Publish Patchright-Core Package
96100
if: steps.version_check.outputs.proceed == 'true'

0 commit comments

Comments
 (0)