This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
||||
"prerelease": false
|
||||
}' \
|
||||
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
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user