fix build script
Docker Build and Release Upload / build (push) Successful in 30s

This commit is contained in:
2025-07-09 19:32:05 -07:00
parent 4f7a8619c7
commit 19158f6068
2 changed files with 2 additions and 55 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ jobs:
RESPONSE=$(curl -X POST -H "Authorization: token ${{ secrets.PUBLISH_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{
"tag_name": "${{ gitea.ref }}",
"name": "Release ${{ gitea.repository }}",
"tag_name": "release",
"name": "Release live",
"body": "This is an automated release",
"draft": false,
"prerelease": false