We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46fc15f commit b80efa8Copy full SHA for b80efa8
.github/workflows/base-ci-binary.yaml
@@ -62,7 +62,7 @@ jobs:
62
with:
63
distribution: goreleaser-pro
64
version: ${{ env.GORELEASER_PRO_VERSION }}
65
- args: check --verbose -f cmd/${{ inputs.binary }}/.goreleaser.yml
+ args: check --verbose -f cmd/${{ inputs.binary }}/.goreleaser.yaml
66
env:
67
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
68
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
- args: --snapshot --clean -f cmd/${{ inputs.binary }}/.goreleaser.yml
+ args: --snapshot --clean -f cmd/${{ inputs.binary }}/.goreleaser.yaml
76
77
78
0 commit comments