Skip to content

Commit

Permalink
fixed dist script
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Jun 25, 2018
1 parent 6357ac7 commit 1004c7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,12 @@ docs: fast
dist:
# for osx tar fix
# https://github.com/goreleaser/goreleaser/issues/409
PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH" \
PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$(PATH)" \
SEGMENT_KEY=$(SEGMENT_KEY) \
goreleaser \
--skip-publish \
--skip-validate \
--snapshot \
--rm-dist


Expand Down

0 comments on commit 1004c7c

Please sign in to comment.