Skip to content

Commit bf906c9

Browse files
author
koddr
committed
Fix env for goreleaser
1 parent 1532b79 commit bf906c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project_name: cgapp
22
env_files:
3-
github_token: ~/.goreleaser/github_token
3+
github_token: /home/koddr/.goreleaser/github_token
44

55
before:
66
hooks:

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tasks:
5353
- task: test
5454
- git tag -a {{.TAG}} -m "{{.TAG}}"
5555
- git push origin {{.TAG}}
56-
- goreleaser --rm-dist
56+
- sudo goreleaser --rm-dist
5757

5858
delete-tag:
5959
desc: Delete git tag

0 commit comments

Comments
 (0)