Skip to content

Commit 098963b

Browse files
committed
I’m bad at json
1 parent d53837d commit 098963b

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)