Skip to content

Commit 85c8b56

Browse files
authored
[chore] fix wrong yml file ending (#1097)
1 parent d8db958 commit 85c8b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base-binary-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
distribution: goreleaser-pro
115115
version: ${{ env.GORELEASER_PRO_VERSION }}
116-
args: release --clean -f cmd/${{ inputs.binary }}/.goreleaser.yml ${{ steps.nightly-check.outputs.NIGHTLY_FLAG }}
116+
args: release --clean -f cmd/${{ inputs.binary }}/.goreleaser.yaml ${{ steps.nightly-check.outputs.NIGHTLY_FLAG }}
117117
env:
118118
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
119119
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)