Skip to content

Commit

Permalink
Fix quote issue on release.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt committed Aug 21, 2017
1 parent e5f5b84 commit c32e918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $(`git push --tags`);

// Create release on GitHub
let response = $$(`curl -f -H "Authorization: token ${env.GITHUB_API_TOKEN}" \
-d "{"tag_name":"${version}", "name":"${version}","body":"${notes}","prerelease": ${preRelease}}" \
-d '{"tag_name":"${version}", "name":"${version}","body":"${notes}","prerelease": ${preRelease}}' \
https://api.github.com/repos/${ghRepo}/releases`
);

Expand Down

0 comments on commit c32e918

Please sign in to comment.