We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd454e commit 6781ad3Copy full SHA for 6781ad3
1 file changed
.goreleaser.yml
@@ -66,7 +66,7 @@ homebrew_casks:
66
post:
67
install: |
68
if OS.mac?
69
- system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/restish"]
+ system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/git-profile"]
70
end
71
72
release:
0 commit comments