This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user