Skip to content

Commit

Permalink
fix: goreleaser small fixes to move away from deprecated configs (#1018)
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Heath <[email protected]>
  • Loading branch information
kuannie1 and jakeyheath authored Apr 26, 2024
1 parent 44388ff commit efe3bd2
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 @@ -56,7 +56,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
if: ${{ steps.release.outputs.release_created }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ release:

brews:
- description: 'Terraform without pain.'
tap:
repository:
owner: chanzuckerberg
name: homebrew-tap
homepage: 'https://github.com/chanzuckerberg/fogg'
Expand Down

0 comments on commit efe3bd2

Please sign in to comment.