We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb173a1 commit cd88d16Copy full SHA for cd88d16
.github/workflows/ci.yml
@@ -56,9 +56,8 @@ jobs:
56
commit: ${{ github.head_ref || github.ref_name }}
57
tag: ${{ steps.commit_id.outputs.commit_id }}
58
allowUpdates: true
59
- draft: true
60
- name: Build Finish Dispatch
61
uses: peter-evans/repository-dispatch@v2
62
with:
63
event-type: build-finish
64
- client-payload: '{ "release-url": "${{steps.release.outputs.html_url}}", "upload_url": "${{steps.release.outputs.upload_url}}"}'
+ client-payload: '{ "release-url": "${{steps.release.outputs.html_url}}" }'
0 commit comments