Skip to content

Commit

Permalink
Fix goreleaser quoting issue in circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
rliebz committed Mar 14, 2018
1 parent 0e2c65b commit 3537cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ defaults:
command: |
# Pin goreleaser version
export VERSION=v0.62.3
sudo "PATH=$PATH" --preserve-env /go/bin/tusk release "${RELEASE_FLAGS}"
sudo "PATH=$PATH" --preserve-env /go/bin/tusk release ${RELEASE_FLAGS}
version: 2
jobs:
Expand Down

0 comments on commit 3537cb4

Please sign in to comment.