feat: add workflow for release handling
All checks were successful
Update changelog / changelog (push) Successful in 26s

This commit is contained in:
2026-01-25 20:56:19 +01:00
parent 0b74cf2daa
commit 56273c2e3f
2 changed files with 36 additions and 1 deletions

View File

@@ -34,4 +34,4 @@ jobs:
curl -s -X POST "https://gitea.7o7.cx/api/v1/repos/sherl/Shadow/issues" -H "Authorization: token ${{ secrets.ISSUE_RW_TOKEN }}" -H "Content-Type: application/json" -d "$JSON_DATA" > /dev/null
else
curl -s -X PATCH "https://gitea.7o7.cx/api/v1/repos/sherl/Shadow/issues/$ISSUE_NUMBER" -H "Authorization: token ${{ secrets.ISSUE_RW_TOKEN }}" -H "Content-Type: application/json" -d "$JSON_DATA" > /dev/null
fi
fi