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 5012578 commit 5a977b1Copy full SHA for 5a977b1
scripts/publish.sh
@@ -66,6 +66,11 @@ RELEASE_URL="https://$GITHUB_API_URL/repos/$INPUT_REPO/releases"
66
RELEASE_UPLOAD_URL=$(curl -H "Authorization: token $TOKEN" $RELEASE_URL | jq -r '.[] | select(.tag_name == "'${INPUT_VERSION}'")' | jq -r .upload_url)
67
pattern="{?"
68
RELEASE_ASSET_URL="${RELEASE_UPLOAD_URL%$pattern*}"
69
+printf "INFO\tJQ VERSION \n"
70
+jq --version
71
+printf "INFO\tRELEASE UPLOAD URL ${RELEASE_URL}\n"
72
+printf "INFO\tRELEASE UPLOAD URL ${TOKEN}\n"
73
+printf "INFO\tRELEASE UPLOAD URL ${INPUT_VERSION}\n"
74
printf "INFO\tRELEASE UPLOAD URL ${RELEASE_UPLOAD_URL}\n"
75
printf "INFO\tRelease URL ${RELEASE_URL}\n"
76
printf "INFO\tUploading to ${RELEASE_ASSET_URL}\n"
0 commit comments