Skip to content

Commit 05c7e62

Browse files
fix: go-releaser-deprecation
1 parent b4770d0 commit 05c7e62

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ builds:
2929
- -X github.com/ctrlplanedev/cli/cmd/ctrlc/root/version.BuildDate={{.Date}}
3030

3131
archives:
32-
- format: tar.gz
32+
- formats:
33+
- tar.gz
3334
# this name template makes the OS and Arch compatible with the results of `uname`.
3435
name_template: >-
3536
ctrlc_
@@ -41,7 +42,8 @@ archives:
4142
# use zip for windows archives
4243
format_overrides:
4344
- goos: windows
44-
format: zip
45+
formats:
46+
- zip
4547

4648
changelog:
4749
sort: asc

0 commit comments

Comments
 (0)