Skip to content

Commit a793d10

Browse files
committed
goreleaser: Fix deprecated options
1 parent abeb360 commit a793d10

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
with:
2121
distribution: goreleaser
2222
version: latest
23-
args: release --rm-dist
23+
args: release --clean
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

.goreleaser.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ archives:
3434
- files:
3535
# skip all other files
3636
- none*
37-
rlcp: true
3837
format_overrides:
3938
- goos: windows
4039
format: zip
@@ -57,7 +56,7 @@ changelog:
5756

5857
brews:
5958
- skip_upload: auto
60-
tap:
59+
repository:
6160
owner: wader
6261
name: homebrew-tap
6362
folder: Formula

0 commit comments

Comments
 (0)