Skip to content

Commit

Permalink
fix(release): File path to goreleaser.yml (#4)
Browse files Browse the repository at this point in the history
Copy and paste made a mistake from #3.
  • Loading branch information
5ouma committed Jan 19, 2024
1 parent 589a0bc commit 19e007c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: 🚀 Build and Rrelease with GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
args: release --clean --config=.github/goreleaser.yaml
args: release --clean --config=.github/goreleaser.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_TOKEN: ${{ steps.app-token.outputs.token }}

0 comments on commit 19e007c

Please sign in to comment.