Skip to content

Commit

Permalink
more fixups on make release
Browse files Browse the repository at this point in the history
  • Loading branch information
spheromak committed Nov 8, 2016
1 parent 74e0e5a commit 7b8ff26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif
build::
go build -o $(APP)/$(APP) $(APP)/*.go

release: VERSION=$(shell $(AUTOTAG) -n)
release: VERSION=$(shell $(APP)/$(APP) -n)
release:
GOOS=darwin go build -o $(APP)/$(APP)-darwin autotag/*.go
github-release release -u pantheon-systems -r $(APP) -t $(VERSION) --draft
Expand Down

0 comments on commit 7b8ff26

Please sign in to comment.