We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f2e74 commit 4513cfbCopy full SHA for 4513cfb
.github/workflows/parrot-release.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
distribution: goreleaser-pro
41
version: "~> v2"
42
- args: release --clean -f ./parrot/.goreleaser.yml
+ args: release --clean -f ./parrot/.goreleaser.yaml
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
parrot/.changeset/v0.1.3.md
@@ -0,0 +1 @@
1
+- Fix Goreleaser typo
0 commit comments