Skip to content

Commit 489bb9d

Browse files
feat: add install scripts to the github releases
1 parent 0cb5550 commit 489bb9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ release:
188188
make_latest: "{{ if .IsNightly }}false{{ else }}true{{ end }}"
189189
tag: "{{ if .IsNightly}}dev-nightly{{ else }}{{ .Tag }}{{ end }}"
190190

191+
# Add all install scripts to the release
192+
extra_files:
193+
- "./scripts/*install*"
194+
191195
dockers:
192196
- image_templates:
193197
- &amd64_image_dockerhub "docker.io/observeinc/observe-agent:{{ .Version }}-amd64"

0 commit comments

Comments
 (0)