Update .gitea/workflows/demo.yaml
Docker Build and Release Upload / build (push) Failing after 17s

This commit is contained in:
2025-07-10 01:50:06 +00:00
parent 05a8345046
commit 819133e5c3
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
"prerelease": false "prerelease": false
}' \ }' \
https://git.mistox.net/api/v1/repos/derek/MistoxCom-Angular/releases) && \ https://git.mistox.net/api/v1/repos/derek/MistoxCom-Angular/releases) && \
RELEASE_ID=$(echo "$RESPONSE" | jq -r '.id') RELEASE_ID=$(echo "$RESPONSE" | grep -o '"id":[ ]*[0-9]*' | head -n 1 | grep -o '[0-9]*')
- name: publish database - name: publish database
run: | run: |