Skip to content

Commit 3ffc8a5

Browse files
chore: synced local './' with remote 'repo-template/'
1 parent be77d0e commit 3ffc8a5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release-action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ jobs:
108108
-H "${{ secrets.CFX_API_CLIENT_SECRET }}" \
109109
-F "file=@${{ github.event.repository.name }}.zip" \
110110
-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" \
111115
-F "createNew=true")
112116
113117
http_code=$(echo "$response" | tail -n1)

0 commit comments

Comments
 (0)