Skip to content

Commit e9d7b39

Browse files
committed
Patchright Release [Fix Versioning Releases]
1 parent 535e79e commit e9d7b39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/patchright_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
$(curl -s -X POST \
8888
-H "Authorization: token $GITHUB_TOKEN" \
8989
-H "Content-Type: application/json" \
90-
-d "{\"tag_name\": \"${{ env.playwright_version }}\", \"name\": \"${{ env.playwright_version }}\", \"body\": \"This is an automatic deployment in response to a new release of [microsoft/playwright](https://github.com/microsoft/playwright-python).\n This Release is only used for Versioning.\", \"draft\": false, \"prerelease\": false}" \
90+
-d "{\"tag_name\": \"$playwright_version\", \"name\": \"$playwright_version\", \"body\": \"This is an automatic deployment in response to a new release of [microsoft/playwright](https://github.com/microsoft/playwright-python).\n This Release is only used for Versioning.\", \"draft\": false, \"prerelease\": false}" \
9191
"https://api.github.com/repos/$REPO/releases")
9292
9393
- name: Publish Patchright-Python Package

0 commit comments

Comments
 (0)