Skip to content

Commit

Permalink
Fix env for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
koddr committed Aug 5, 2020
1 parent 1532b79 commit bf906c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project_name: cgapp
env_files:
github_token: ~/.goreleaser/github_token
github_token: /home/koddr/.goreleaser/github_token

before:
hooks:
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tasks:
- task: test
- git tag -a {{.TAG}} -m "{{.TAG}}"
- git push origin {{.TAG}}
- goreleaser --rm-dist
- sudo goreleaser --rm-dist

delete-tag:
desc: Delete git tag
Expand Down

0 comments on commit bf906c9

Please sign in to comment.