1 Commits

Author SHA1 Message Date
derek 18b58b9b5d add cd/ci workflow
Docker Build and Release Upload / build (push) Successful in 24s
2025-07-09 19:34:17 -07:00
+2 -2
View File
@@ -35,8 +35,8 @@ jobs:
RESPONSE=$(curl -X POST -H "Authorization: token ${{ secrets.PUBLISH_TOKEN }}" \ RESPONSE=$(curl -X POST -H "Authorization: token ${{ secrets.PUBLISH_TOKEN }}" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d '{ -d '{
"tag_name": "release", "tag_name": "build",
"name": "Release live", "name": "Release build",
"body": "This is an automated release", "body": "This is an automated release",
"draft": false, "draft": false,
"prerelease": false "prerelease": false