Skip to content

Commit

Permalink
Fix release task
Browse files Browse the repository at this point in the history
  • Loading branch information
dim committed Aug 20, 2020
1 parent 48ebfac commit 540dd0c
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 @@ -6,7 +6,7 @@ test:
.PHONY: default test

release:
GITHUB_TOKEN=$$(sed ':a;N;$!ba;s/\n/ /g' ~/.netrc | grep -Po 'machine *github.com *login *\w+' | grep -Po '\w+$') goreleaser --rm-dist
GITHUB_TOKEN=$$(sed ':a;N;$!ba;s/\n/ /g' ~/.netrc | grep -Po 'machine *github.com *login *\w+' | grep -Po '\w+$$') goreleaser --rm-dist

# proto ---------------------------------------------------------------

Expand Down

0 comments on commit 540dd0c

Please sign in to comment.