Skip to content

Commit f3c16fa

Browse files
committed
Release-As:1.16.6
1 parent 6e6b1bd commit f3c16fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cli/.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ publishers:
146146
dir: "{{ dir .ArtifactPath }}"
147147
env:
148148
- 'FURY_TOKEN={{ .Env.FURY_TOKEN }}'
149-
cmd: "curl --fail -F package=@{{ .ArtifactName }} https://{{ .Env.FURY_TOKEN }}@push.fury.io/kurtosis-tech/"
149+
cmd: "curl -F package=@{{ .ArtifactName }} https://{{ .Env.FURY_TOKEN }}@push.fury.io/kurtosis-tech/"
150150

151151
source:
152152
# Kurt Core is a private project, and we definitely don't want to release source code

0 commit comments

Comments
 (0)