Skip to content

Commit

Permalink
Create release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amarouane committed Nov 5, 2020
1 parent 66ba761 commit f4907c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export RELEASE_NAME=`basename $GITHUB_REPO`
## Create Release
export RELEASE_URL=$(curl -H\
"Authorization: token $SECRET_TOKEN"\
-d "{\"tag_name\": \"v$VERSION\", \"target_commitsh\": \"$VERSION\", \"name\": \"$VERSION\", \"body\": \"Release $VERSION\" }"\
-d "{\"tag_name\": \"$VERSION\", \"target_commitsh\": \"$VERSION\", \"name\": \"$VERSION\", \"body\": \"Release $VERSION\" }"\
-H "Content-Type: application/json"\
-X POST\
https://api.github.com/repos/$GITHUB_REPO/releases |grep \"url\" |grep releases |sed -e 's/.*\(https.*\)\"\,/\1/'| sed -e 's/api/uploads/')
Expand Down

0 comments on commit f4907c5

Please sign in to comment.