Skip to content

Commit e89cd6e

Browse files
committed
fix(.goreleaser.yaml): add the configuration file to the extra_files
1 parent 8d1812d commit e89cd6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ dockers:
5050
- "--platform=linux/amd64"
5151
extra_files:
5252
- LICENSE
53+
- deployment/config/config.yaml
5354
- id: void-arm
5455
ids:
5556
- void
@@ -76,6 +77,7 @@ dockers:
7677
- "--platform=linux/arm64"
7778
extra_files:
7879
- LICENSE
80+
- deployment/config/config.yaml
7981
release:
8082
prerelease: auto
8183

0 commit comments

Comments
 (0)