Skip to content

Commit

Permalink
Updating tool to release
Browse files Browse the repository at this point in the history
  • Loading branch information
javuto committed Oct 17, 2019
1 parent d2a298d commit d08030d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/git-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ echo

read -p " -> Github token? " TOKEN

echo "[+] Sending POST request to https://api.github.com/repos/$REPO/releases?access_token=$TOKEN"
echo "[+] Sending POST request to Github API"
echo

echo "curl --data \"$(generate_post_data)\" \"https://api.github.com/repos/$REPO/releases?access_token=$TOKEN\""
curl --data "$(generate_post_data)" "https://api.github.com/repos/$REPO/releases?access_token=$TOKEN"

echo "[+] Done"

0 comments on commit d08030d

Please sign in to comment.