Skip to content

Commit

Permalink
rm dist when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadl0ck committed Nov 16, 2017
1 parent d204787 commit 574838a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeus/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ echo "[INFO] pushing new git tag"
git push origin "v${version}"

echo "[INFO] running goreleaser"
goreleaser
goreleaser --rm-dist

echo "[INFO] done"

0 comments on commit 574838a

Please sign in to comment.