.gitea/workflows/release.yml aktualisiert
All checks were successful
Create Release / release (push) Successful in 7s

This commit is contained in:
2025-05-29 12:30:57 +02:00
parent c1acb90180
commit 406fe1185b

View File

@ -61,7 +61,7 @@ jobs:
run: |
TAG=${GITHUB_REF##*/}
echo "Creating release for tag $TAG in repo $OWNER/$REPO"
curl -X POST "https://your.gitea.instance/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 "Authorization: token $TOKEN" \
-d @- <<EOF