Skip to content

Commit 535e79e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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).\nThe original Release can be seen [here](https://github.com/microsoft/playwright-python/releases/tag/${{ env.playwright_version }).\", \"draft\": false, \"prerelease\": false}" \
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}" \
9191
"https://api.github.com/repos/$REPO/releases")
9292
9393
- name: Publish Patchright-Python Package

0 commit comments

Comments
 (0)