Skip to content

Commit

Permalink
Update goreleaser settings (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
sj14 authored Mar 27, 2024
1 parent d9e3834 commit b89db4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ snapshot:
brews:
- name: multicode
skip_upload: auto
tap:
repository:
owner: sj14
name: homebrew-tap
description: "Decode bits, hex, base64 and protobuf recursively with a single command"
Expand Down

0 comments on commit b89db4e

Please sign in to comment.