We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f41c63 commit 362d7d2Copy full SHA for 362d7d2
upload2release.sh
@@ -23,7 +23,7 @@ cat $GITHUB_EVENT_PATH
23
#RELEASE_ID=$(jq --raw-output '.release.id' $GITHUB_EVENT_PATH)
24
#echo RELEASE_ID = $RELEASE_ID
25
26
-curl -v -H "Authorization: token ${GITHUB_TOKEN}" "https://api.github.com/repos/${GITHUB_REPOSITORY}/releases"
+curl --fail -H "Authorization: token ${GITHUB_TOKEN}" "https://api.github.com/repos/${GITHUB_REPOSITORY}/releases"
27
28
RELEASE_ID=$(curl --fail \
29
-H "Authorization: token ${GITHUB_TOKEN}" \
0 commit comments