fix config

This commit is contained in:
Oliver Gorwits
2018-01-15 20:35:59 +00:00
parent 61849ddf27
commit 00e1ed11ee

View File

@@ -6,7 +6,7 @@ jobs:
steps: steps:
- run: - run:
name: Call GitHub Releases API name: Call GitHub Releases API
command: command: |
for url in $(echo $RELEASE_INJECTION | sed "s/,/ /g"); do for url in $(echo $RELEASE_INJECTION | sed "s/,/ /g"); do
curl -sL -X POST -H "Content-Type: application/json" \ curl -sL -X POST -H "Content-Type: application/json" \
-u "$ACCESS_TOKEN" \ -u "$ACCESS_TOKEN" \