Skip to content

Commit

Permalink
[fix] Specify goreleaser GitHub token path (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Lopez authored Oct 24, 2019
1 parent 655a3d9 commit 280de10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .goreleaser.prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ builds:

archive:
files:
- none*
- none*

release:
prerelease: true
prerelease: true

env_files:
github_token: ~/.config/goreleaser/github_token
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ builds:

archive:
files:
- none*
- none*

release:
prerelease: false

env_files:
github_token: ~/.config/goreleaser/github_token

0 comments on commit 280de10

Please sign in to comment.