Update .gitea/workflows/release.yml
All checks were successful
Security / snyk (push) Successful in 2m0s
Security / sonarqube (push) Successful in 2m47s

This commit is contained in:
Luke Tainton 2025-05-07 00:42:58 +02:00
parent dec6a14863
commit 84f6169114

View File

@ -53,7 +53,7 @@ jobs:
id: getid
run: |
rid=$(curl -s -X 'GET' \
-H 'accept: application/json'
-H 'accept: application/json' \
'${{ gitea.server_url }}/api/v1/repos/${{ gitea.repository }}/releases/latest' | jq -r '.id')
echo "releaseid=$rid" >> "$GITEA_OUTPUT"