Skip to content

Commit

Permalink
Fixes Goreleaser typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Jan 24, 2025
1 parent f6f2e74 commit 4513cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parrot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
distribution: goreleaser-pro
version: "~> v2"
args: release --clean -f ./parrot/.goreleaser.yml
args: release --clean -f ./parrot/.goreleaser.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
Expand Down
1 change: 1 addition & 0 deletions parrot/.changeset/v0.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix Goreleaser typo

0 comments on commit 4513cfb

Please sign in to comment.