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.
1 parent bdf3398 commit bb65727Copy full SHA for bb65727
.goreleaser.yaml
@@ -109,8 +109,21 @@ nfpms:
109
formats:
110
- deb
111
112
+archives:
113
+ - id: note-cli
114
+ ids:
115
+ - notecard
116
+ - notehub
117
+ - notecard-linux
118
+ - notehub-linux
119
+
120
homebrew_casks:
- - repository:
121
+ - ids:
122
+ - note-cli
123
+ binaries:
124
125
126
+ repository:
127
owner: blues
128
name: homebrew-note-cli
129
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
0 commit comments