Skip to content

Commit

Permalink
ci: replaces deprecated Goreleaser config.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Apr 22, 2024
1 parent 533128b commit 2aab2c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ brews:

# GitHub/GitLab repository to push the formula to
# Gitea is not supported yet, but the support coming
tap:
repository:
owner: gatehill
name: homebrew-imposter

Expand Down

0 comments on commit 2aab2c4

Please sign in to comment.