Browse Source

Output Release ID

Shelikhoo 6 years ago
parent
commit
d1881e2bc6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      release/tagrelease.sh

+ 2 - 0
release/tagrelease.sh

@@ -30,6 +30,8 @@ RELEASE_DATA=$(curl -H "Authorization: token ${GITHUB_TOKEN}" -X GET https://api
 echo $RELEASE_DATA
 RELEASE_ID=$(echo $RELEASE_DATA| jq ".id")
 
+echo $RELEASE_ID
+
 function uploadfile() {
   FILE=$1
   CTYPE=$(file -b --mime-type $FILE)