This commit is contained in:
parent
5f2971ba2f
commit
3408896ef2
|
@ -51,8 +51,8 @@ jobs:
|
||||||
|
|
||||||
RELEASE_ID=$(curl -H "Authorization: token ${{ secrets.GIT_TOKEN }}" \
|
RELEASE_ID=$(curl -H "Authorization: token ${{ secrets.GIT_TOKEN }}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
"${{ vars.GIT_URL }}/api/v1/repos/${{ gitea.repository }}/releases/tags/${{ gitea.ref }}" #\
|
"${{ vars.GIT_URL }}/api/v1/repos/${{ gitea.repository }}/releases/tags/${{ gitea.ref }}" \
|
||||||
#| jq '.id')
|
| jq -r'.id')
|
||||||
|
|
||||||
curl -X POST -H "Authorization: token ${{ secrets.GIT_TOKEN }}" \
|
curl -X POST -H "Authorization: token ${{ secrets.GIT_TOKEN }}" \
|
||||||
-H "Content-Type: multipart/form-data" \
|
-H "Content-Type: multipart/form-data" \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user