Skip to content

Commit 73eeb3e

Browse files
committed
Wups JSON
1 parent c352958 commit 73eeb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/tag_on_master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ echo $PATCH
1515
# Create a tag
1616
curl -H "Authorization: token $GITHUB_KEY" \
1717
-X POST \
18-
-d "ref=refs/tags/2.1.$PATCH&sha=$TRAVIS_COMMIT" \
18+
-d "{\"ref\"=\"refs/tags/2.1.$PATCH\", \"sha\"=\"$TRAVIS_COMMIT\"}" \
1919
https://api.github.com/repos/progit/progit2/git/refs

0 commit comments

Comments
 (0)