änderung url in realase.yaml
All checks were successful
Build Changelog and Release / release (push) Successful in 6s
All checks were successful
Build Changelog and Release / release (push) Successful in 6s
This commit is contained in:
@ -31,7 +31,7 @@ jobs:
|
|||||||
OWNER=${GITEA_REPOSITORY%/*}
|
OWNER=${GITEA_REPOSITORY%/*}
|
||||||
BODY=$(cat RELEASE_NOTES.md | jq -Rs .)
|
BODY=$(cat RELEASE_NOTES.md | jq -Rs .)
|
||||||
|
|
||||||
curl -X POST "https://dev.ksite.de/api/v1/repos/$OWNER/$REPO/releases" \
|
curl -X POST "https://dev.ksite.de/api/v1/repos/ralf.kirchner/demo/releases" \
|
||||||
-H "Authorization: token $GIT_TOKEN" \
|
-H "Authorization: token $GIT_TOKEN" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d "{
|
-d "{
|
||||||
|
Reference in New Issue
Block a user