Skip to content

Commit 7430c41

Browse files
committed
fix(ci): deprecations
1 parent dd1064d commit 7430c41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Run GoReleaser
2222
uses: goreleaser/goreleaser-action@master
2323
with:
24-
version: latest
24+
version: "~> v2"
2525
args: release --clean
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ archives:
6262
name_template: "zbp_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
6363
format_overrides:
6464
- goos: windows
65-
format: zip
65+
formats: zip
6666

6767
nfpms:
6868
- license: AGPL 3.0

0 commit comments

Comments
 (0)