File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -84,13 +84,17 @@ jobs:
84
84
cd playwright
85
85
node "../patchright_nodejs_rebranding.js"
86
86
87
- - name : Publish Patchright-Core Package
87
+ - name : Create Empty Versioning Release
88
88
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
94
98
95
99
- name : Publish Patchright-Core Package
96
100
if : steps.version_check.outputs.proceed == 'true'
You can’t perform that action at this time.
0 commit comments