.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:
@ -50,7 +50,7 @@ jobs:
|
|||||||
REPO="${GITEA_REPOSITORY##*/}"
|
REPO="${GITEA_REPOSITORY##*/}"
|
||||||
TAG=${GITHUB_REF##*/} # aktueller Tagname
|
TAG=${GITHUB_REF##*/} # aktueller Tagname
|
||||||
echo "Owner: $OWNER, Repo: $REPO, Tag: $TAG"
|
echo "Owner: $OWNER, Repo: $REPO, Tag: $TAG"
|
||||||
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 "Content-Type: application/json" \
|
||||||
-H "Authorization: token $TOKEN" \
|
-H "Authorization: token $TOKEN" \
|
||||||
-d @- <<EOF
|
-d @- <<EOF
|
||||||
|
Reference in New Issue
Block a user