.gitea/workflows/release.yml aktualisiert
All checks were successful
Create Release / release (push) Successful in 7s
All checks were successful
Create Release / release (push) Successful in 7s
This commit is contained in:
@ -49,6 +49,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
TAG=${GITHUB_REF##*/} # z.B. v1.2.3
|
TAG=${GITHUB_REF##*/} # z.B. v1.2.3
|
||||||
echo "Creating release for tag $TAG"
|
echo "Creating release for tag $TAG"
|
||||||
|
echo "Post To: https://dev.ksite.de/api/v1/repos/${OWNER}/${REPO}/releases"
|
||||||
curl -X POST "https://dev.ksite.de/api/v1/repos/${OWNER}/${REPO}/releases" \
|
curl -X POST "https://dev.ksite.de/api/v1/repos/${OWNER}/${REPO}/releases" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-H "Authorization: token $TOKEN" \
|
-H "Authorization: token $TOKEN" \
|
||||||
|
Reference in New Issue
Block a user