Skip to content

Commit cd88d16

Browse files
committed
chore(ci): fix release
1 parent cb173a1 commit cd88d16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ jobs:
5656
commit: ${{ github.head_ref || github.ref_name }}
5757
tag: ${{ steps.commit_id.outputs.commit_id }}
5858
allowUpdates: true
59-
draft: true
6059
- name: Build Finish Dispatch
6160
uses: peter-evans/repository-dispatch@v2
6261
with:
6362
event-type: build-finish
64-
client-payload: '{ "release-url": "${{steps.release.outputs.html_url}}", "upload_url": "${{steps.release.outputs.upload_url}}"}'
63+
client-payload: '{ "release-url": "${{steps.release.outputs.html_url}}" }'

0 commit comments

Comments
 (0)