Skip to content

Commit

Permalink
fix autobuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-bob committed Apr 22, 2018
1 parent c16a9ae commit 7ee003c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/bin/upload_release
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if [ "$TRAVIS_COMMIT" != "$tag_sha" ] ; then
fi

release_infos=$(curl -H "Authorization: token ${GITHUB_TOKEN}" \
--data '{"tag_name": "'"$RELEASE_NAME"'","target_commitish": "'"$TRAVIS_BRANCH"'","name": "'"Auto Marlin V1.1.X build"'","body": "'"$BODY"'","draft": false,"prerelease": true}' "https://api.github.com/repos/$REPO_SLUG/releases")
--data '{"tag_name": "'"$RELEASE_NAME"'","target_commitish": "'"$TRAVIS_BRANCH"'","name": "'"Auto Marlin V1.1.X bltouch build"'","body": "'"$BODY"'","draft": false,"prerelease": true}' "https://api.github.com/repos/$REPO_SLUG/releases")

echo "$release_infos"

Expand Down

0 comments on commit 7ee003c

Please sign in to comment.