Skip to content

Commit

Permalink
chore: fix goreleaser deprecations (#205)
Browse files Browse the repository at this point in the history
Noticed some deprecation warnings while releasing (https://github.com/aviator-co/av/actions/runs/6578366058/job/17871949957). This fixes those.
  • Loading branch information
twavv authored Oct 20, 2023
1 parent 13a606d commit 61dd638
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 @@ -24,6 +24,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ archives:
# Push to the homebrew tap
brews:
- tap:
- repository:
owner: aviator-co
name: homebrew-tap
commit_author:
Expand Down

0 comments on commit 61dd638

Please sign in to comment.