Skip to content

Commit

Permalink
add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
VJftw committed Sep 26, 2018
1 parent f00aaaa commit 8e21f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func main() {
func finish(out *output) {
o, _ := json.Marshal(out)

fmt.Printf("%s", o)
fmt.Printf("%s\n", o)
}

type output struct {
Expand Down
2 changes: 1 addition & 1 deletion tasks/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: "Builds and publishes binary to GitHub Releases"
name: publish

parameters:
- use: https://github.com/velocity-ci/parameter.aws-ssm/releases/download/0.1.0/aws-ssm
- use: https://github.com/velocity-ci/parameter.aws-ssm/releases/download/0.1.1/aws-ssm
arguments:
name: /velocityci/github-release-token
exports:
Expand Down

0 comments on commit 8e21f8d

Please sign in to comment.