There was an error while loading. Please reload this page.
1 parent be77d0e commit 3ffc8a5Copy full SHA for 3ffc8a5
1 file changed
.github/workflows/release-action.yml
@@ -108,6 +108,10 @@ jobs:
108
-H "${{ secrets.CFX_API_CLIENT_SECRET }}" \
109
-F "file=@${{ github.event.repository.name }}.zip" \
110
-F "assetName=${{ github.event.repository.name }}" \
111
+ -F "version=${{ github.ref_name }}" \
112
+ -F "changelog=${{ steps.changelog.outputs.changes }}" \
113
+ -F "release_candidate=false" \
114
+ -F "delete_previous_versions=true" \
115
-F "createNew=true")
116
117
http_code=$(echo "$response" | tail -n1)
0 commit comments