try different output
This commit is contained in:
parent
76596e4d37
commit
378c258a31
2 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@ jobs:
|
||||||
|
|
||||||
if curl -s -X GET -H "Authorization: token ${{ secrets.deploytoken }}" https://git.nfp.is/api/v1/repos/${{ gitea.repository }}/releases | grep -o "\"name\"\:\"${CURR_NAME}\"" > /dev/null; then
|
if curl -s -X GET -H "Authorization: token ${{ secrets.deploytoken }}" https://git.nfp.is/api/v1/repos/${{ gitea.repository }}/releases | grep -o "\"name\"\:\"${CURR_NAME}\"" > /dev/null; then
|
||||||
echo "true";
|
echo "true";
|
||||||
else
|
exit 0
|
||||||
echo "false"
|
|
||||||
fi
|
fi
|
||||||
|
echo "false"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
echo "$curlexit"
|
echo "$curlexit"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "nfp_moe",
|
"name": "nfp_moe",
|
||||||
"version": "2.1.4",
|
"version": "2.1.5",
|
||||||
"port": 4110,
|
"port": 4110,
|
||||||
"description": "NFP Moe website",
|
"description": "NFP Moe website",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
Loading…
Reference in a new issue