Skip to content

Commit 4513cfb

Browse files
committed
Fixes Goreleaser typo
1 parent f6f2e74 commit 4513cfb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/parrot-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
distribution: goreleaser-pro
4141
version: "~> v2"
42-
args: release --clean -f ./parrot/.goreleaser.yml
42+
args: release --clean -f ./parrot/.goreleaser.yaml
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

parrot/.changeset/v0.1.3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix Goreleaser typo

0 commit comments

Comments
 (0)