Skip to content

Commit

Permalink
fix: Correct typo, allowing create-github-release job to now finish
Browse files Browse the repository at this point in the history
  • Loading branch information
edahlseng committed Jul 28, 2019
1 parent f11ef95 commit 31df1c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,10 +452,10 @@ jobs:
idFromResponse=$(cat curl.log | jq -r .id || echo "null")
if [[ "${idFromResponse}" == "null" ]];
if [[ "${idFromResponse}" == "null" ]]; then
echo "Unsuccessful request to create GitHub release"
exit 1
then
fi
<<# parameters.artifact-paths >>
artifactPaths=(<< parameters.artifact-paths>>)
Expand Down

0 comments on commit 31df1c3

Please sign in to comment.