Skip to content

Commit

Permalink
Working on brew installation
Browse files Browse the repository at this point in the history
  • Loading branch information
snwfdhmp committed Jul 22, 2017
1 parent 7e49e9a commit 08bb0e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ release:

# If set to true, will not auto-publish the release.
# Default is false
draft: true
draft: false

# .goreleaser.yml
brew:
Expand Down Expand Up @@ -89,4 +89,5 @@ brew:

# Custom install script for brew. Default is 'bin.install "program"'
install: |
bin.install "duck"
bin.install "duck"
system "mv duck.conf /etc/duck.conf"

0 comments on commit 08bb0e7

Please sign in to comment.