Skip to content

Commit acdbc01

Browse files
committed
added linux curl in goreleaser
Signed-off-by: adarsh-jaiss <[email protected]>
1 parent d716e56 commit acdbc01

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

.goreleaser.yaml

+7-15
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,10 @@ brews:
8787
test: |
8888
system "#{bin}/mailify --version"
8989
90-
# Scoop manifest configuration
91-
scoops:
92-
- repository:
93-
owner: adarsh-jaiss
94-
name: scoop-bucket
95-
token: "{{ .Env.SCOOP_BUCKET_GITHUB_TOKEN }}"
96-
97-
homepage: "https://github.com/adarsh-jaiss/mailify"
98-
description: "A CLI tool for email validation and server information"
99-
license: MIT
100-
101-
# Persist data between runs
102-
persist:
103-
- "data"
104-
- "config.yml"
90+
rigs:
91+
- uri: https://raw.githubusercontent.com/adarsh-jaiss/mailify/main/install.sh
92+
rig:
93+
owner: adarsh-jaiss
94+
name: mailify
95+
homepage: "https://github.com/adarsh-jaiss/mailify"
96+
description: "A CLI tool for email validation and server information"

0 commit comments

Comments
 (0)