Skip to content

Commit

Permalink
fix(publish): publish md file
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasveer authored and Jyasveer Gotta committed Aug 31, 2018
1 parent 96de2cf commit 5e5e80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cico_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ function publish_tar() {
# upload the tar file to the latest release id
# curl -X POST -H "Content-Type: application/tar" -u $npm_user:$GH_TOKEN "https://uploads.github.com/repos/fabric8-analytics/fabric8-analytics-lsp-server/releases/$release_id/assets?name=ca-lsp-server.tar"

curl -X POST -H "Content-Type: text/markdown" -u $npm_user:$GH_TOKEN "https://uploads.github.com/repos/fabric8-analytics/fabric8-analytics-lsp-server/releases/$release_id/assets?name=README.md"
curl -X POST -H "Content-Type: text/x-markdown; charset=utf-8" -u $npm_user:$GH_TOKEN "https://uploads.github.com/repos/fabric8-analytics/fabric8-analytics-lsp-server/releases/$release_id/assets?name=README.md"
}

0 comments on commit 5e5e80e

Please sign in to comment.