Skip to content

Commit

Permalink
Patchright Release [Versioning Release]
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinyzu committed Nov 3, 2024
1 parent ff5fb21 commit 88fb345
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/patchright_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,17 @@ jobs:
cd playwright
node "../patchright_nodejs_rebranding.js"
- name: Publish Patchright-Core Package
- name: Create Empty Versioning Release
if: steps.version_check.outputs.proceed == 'true'
run: |
cd playwright/packages/patchright-core/
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
uses: actions/create-release@v1
with:
tag_name: ${{ env.playwright_version }}
release_name: ${{ env.playwright_version }}
body: |
This is an automatic deployment in response to a new release of [microsoft/playwright](https://github.com/microsoft/playwright).
This Release is only used for Versioning.
draft: false
prerelease: false

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

0 comments on commit 88fb345

Please sign in to comment.