We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53837d commit 098963bCopy full SHA for 098963b
script/tag_on_master
@@ -15,5 +15,5 @@ echo $PATCH
15
# Create a tag
16
curl -H "Authorization: token $GITHUB_KEY" \
17
-X POST \
18
- -d "{\"ref\"=\"refs/tags/2.1.$PATCH\", \"sha\"=\"$TRAVIS_COMMIT\"}" \
+ -d "{\"ref\":\"refs/tags/2.1.$PATCH\", \"sha\":\"$TRAVIS_COMMIT\"}" \
19
https://api.github.com/repos/progit/progit2/git/refs
0 commit comments