We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b274b commit eb5e1feCopy full SHA for eb5e1fe
2 files changed
.goreleaser.yaml
@@ -9,6 +9,9 @@
9
version: 2
10
project_name: harbor-satellite
11
12
+git:
13
+ ignore_tags:
14
+ - "*-ground-control"
15
builds:
16
- main: "./main.go"
17
binary: "{{ .Env.APP_NAME }}"
ground-control/.goreleaser.yaml
@@ -9,6 +9,10 @@
project_name: ground-control
+ - "*-satellite"
+
18
0 commit comments