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.
2 parents eedba85 + e8c692e commit fd3911fCopy full SHA for fd3911f
.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:
Dockerfile
@@ -12,7 +12,7 @@ COPY cgapp /cgapp
12
RUN apk add --no-cache git npm
13
14
# Install frontend CLIs (globally and in silent mode).
15
-RUN npm i -g -s \
+RUN npm i -g -s --unsafe-perm \
16
create-react-app \
17
preact-cli \
18
@vue/cli \
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