Skip to content

Commit b89db4e

Browse files
authored
Update goreleaser settings (#15)
1 parent d9e3834 commit b89db4e

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
@@ -20,6 +20,6 @@ jobs:
2020
uses: goreleaser/goreleaser-action@v5
2121
with:
2222
version: latest
23-
args: release --rm-dist
23+
args: release --clean
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ snapshot:
3131
brews:
3232
- name: multicode
3333
skip_upload: auto
34-
tap:
34+
repository:
3535
owner: sj14
3636
name: homebrew-tap
3737
description: "Decode bits, hex, base64 and protobuf recursively with a single command"

0 commit comments

Comments
 (0)