Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
enokawa committed Oct 2, 2020
1 parent 0417dea commit e018147
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 @@ -16,4 +16,4 @@ packages:
goxz -pv=$(VERSION) -static -build-ldflags=$(BUILD_LDFLAGS) -d=./pkg/$(VERSION)

release:
ghr $(VERSION) pkg/$(VERSION)
ghr $(VERSION) -n $(VERSION) pkg/$(VERSION)

0 comments on commit e018147

Please sign in to comment.