Skip to content

Commit

Permalink
Fixes yaml namespacing in goreleaser and packs static files properly
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerCDixon committed Nov 27, 2017
1 parent c695229 commit cdb7a39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ brew:
commit_author:
name: Spencer Dixon
email: [email protected]
folder: Formula
homepage: "https://github.com/spencercdixon/exocortex"
description: "A modern git based personal wiki"
folder: Formula
homepage: "https://github.com/spencercdixon/exocortex"
description: "A modern git based personal wiki"
archive:
format: tar.gz
replacements:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pre-release:
@echo "--> Building UI"
@cd ui && yarn run build
@echo "--> Building packr"
@packr build
@packr

post-release:
@echo "--> Cleaning packr"
Expand Down

0 comments on commit cdb7a39

Please sign in to comment.