änderung url in realase.yaml
All checks were successful
Build Changelog and Release / release (push) Successful in 7s

This commit is contained in:
2025-05-28 20:36:01 +02:00
parent 5b8771a87d
commit e3cda73dc6

View File

@ -24,7 +24,7 @@ jobs:
- name: Create Release on Gitea - name: Create Release on Gitea
env: env:
GITEA_TOKEN: ${{ secrets.GIT_TOKEN }} GITEA_TOKEN: ${{ secrets.TOKEN }}
run: | run: |
TAG=$(git describe --tags) TAG=$(git describe --tags)
REPO=${GITEA_REPOSITORY#*/} REPO=${GITEA_REPOSITORY#*/}
@ -32,7 +32,7 @@ jobs:
BODY=$(cat RELEASE_NOTES.md | jq -Rs .) BODY=$(cat RELEASE_NOTES.md | jq -Rs .)
curl -X POST "https://dev.ksite.de/api/v1/repos/ralf.kirchner/demo/releases" \ curl -X POST "https://dev.ksite.de/api/v1/repos/ralf.kirchner/demo/releases" \
-H "Authorization: token $GIT_TOKEN" \ -H "Authorization: token $GITEA_TOKEN" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d "{ -d "{
\"tag_name\": \"$TAG\", \"tag_name\": \"$TAG\",