fix build step
Build KX3DEX.radio / Build and Deploy (push) Failing after 14s
Details
Build KX3DEX.radio / Build and Deploy (push) Failing after 14s
Details
parent
7ec3e0101e
commit
1d54c34812
|
@ -39,7 +39,7 @@ jobs:
|
||||||
RELEASE_RESULT=$(curl \
|
RELEASE_RESULT=$(curl \
|
||||||
-X POST \
|
-X POST \
|
||||||
-H "Authorization: token ${{ secrets.action_token }}" \
|
-H "Authorization: token ${{ secrets.action_token }}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: multipart/form-data" \
|
||||||
https://gitea.simplysyncedllc.com/api/v1/repos/${{ gitea.repository }}/releases \
|
https://gitea.simplysyncedllc.com/api/v1/repos/${{ gitea.repository }}/releases \
|
||||||
-d "{\"tag_name\":\"${CURR_VER}\",\"name\":\"${CURR_NAME}\",\"body\":\"Automatic release from gitea :\n\n${{ gitea.event.head_commit.message }}\"}")
|
-d "{\"tag_name\":\"${CURR_VER}\",\"name\":\"${CURR_NAME}\",\"body\":\"Automatic release from gitea :\n\n${{ gitea.event.head_commit.message }}\"}")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue