Skip to content

Commit

Permalink
cleaning deprecated options
Browse files Browse the repository at this point in the history
  • Loading branch information
pthomison committed Mar 23, 2024
1 parent 0df3d1a commit a396c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ snapshot:
name_template: "{{ .Tag }}-next"

brews:
- tap:
- repository:
owner: pthomison
name: homebrew-tools

Expand Down

0 comments on commit a396c76

Please sign in to comment.