Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
5b8771a87d
|
@ -31,7 +31,7 @@ jobs:
|
||||
OWNER=${GITEA_REPOSITORY%/*}
|
||||
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 "Content-Type: application/json" \
|
||||
-d "{
|
||||
|
Reference in New Issue
Block a user