Skip to content

Commit 8fdfd71

Browse files
authored
fix: release pipeline (#145)
Signed-off-by: Zach Aller <[email protected]>
1 parent aba3aee commit 8fdfd71

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ install.yaml
3535
junit.xml
3636

3737
./install.yaml
38+
release_dist

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
project_name: gitops-promoter
88
version: 2
99

10+
dist: release_dist
11+
1012
before:
1113
hooks:
1214
- go mod tidy
1315
- go mod download
1416
- make manifests-release IMAGE_TAG={{ .Tag }}
15-
- rm -rf dist
1617

1718
builds:
1819
- id: gitops-promoter

0 commit comments

Comments
 (0)