We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1532b79 commit bf906c9Copy full SHA for bf906c9
.goreleaser.yml
@@ -1,6 +1,6 @@
1
project_name: cgapp
2
env_files:
3
- github_token: ~/.goreleaser/github_token
+ github_token: /home/koddr/.goreleaser/github_token
4
5
before:
6
hooks:
Taskfile.yml
@@ -53,7 +53,7 @@ tasks:
53
- task: test
54
- git tag -a {{.TAG}} -m "{{.TAG}}"
55
- git push origin {{.TAG}}
56
- - goreleaser --rm-dist
+ - sudo goreleaser --rm-dist
57
58
delete-tag:
59
desc: Delete git tag
0 commit comments