write releaseid to file for persistance
Docker Build and Release Upload / build (push) Failing after 21s

This commit is contained in:
2025-07-10 01:58:44 +00:00
parent a89e1d9a46
commit 29cb968e1a
+2 -1
View File
@@ -42,10 +42,11 @@ jobs:
"prerelease": false
}' \
https://git.mistox.net/api/v1/repos/derek/MistoxCom-Angular/releases) && \
RELEASE_ID=$(echo "$RESPONSE" | grep -o '"id":[ ]*[0-9]*' | head -n 1 | grep -o '[0-9]*')
echo "(echo "$RESPONSE" | grep -o '"id":[ ]*[0-9]*' | head -n 1 | grep -o '[0-9]*')" > /release_id.txt
- name: publish database
run: |
RELEASE_ID=$(cat /release_id.txt)
curl -X POST -H "Authorization: token ${{ secrets.PUBLISH_TOKEN }}" \
-F name="mistox-sql.tar" \
-F attachment=@/mistox-sql.tar \