Skip to content

Commit

Permalink
improve go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
jinrenjie committed Sep 7, 2019
1 parent 5aaf7aa commit e22fbd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -86,3 +86,4 @@ fabric.properties

# Binary file
bin/ects_*
dist
2 changes: 0 additions & 2 deletions Makefile
Expand Up @@ -8,6 +8,4 @@ build:
GOOS=linux go build -o "bin/$(BINARY_NAME)_linux" main.go
GOOS=windows go build -o "bin/$(BINARY_NAME)_windows" main.go

export GITHUB_TOKEN = `dc959301220984be9588ae38e911121397dd30ad`

release:

0 comments on commit e22fbd0

Please sign in to comment.