Skip to content

Commit fd3911f

Browse files
author
Vic Shóstak
authored
Merge pull request #24 from create-go-app/dev
Dev -> Fix for v1.6.1
2 parents eedba85 + e8c692e commit fd3911f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY cgapp /cgapp
1212
RUN apk add --no-cache git npm
1313

1414
# Install frontend CLIs (globally and in silent mode).
15-
RUN npm i -g -s \
15+
RUN npm i -g -s --unsafe-perm \
1616
create-react-app \
1717
preact-cli \
1818
@vue/cli \

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)