We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8db958 commit 85c8b56Copy full SHA for 85c8b56
.github/workflows/base-binary-release.yaml
@@ -113,7 +113,7 @@ jobs:
113
with:
114
distribution: goreleaser-pro
115
version: ${{ env.GORELEASER_PRO_VERSION }}
116
- args: release --clean -f cmd/${{ inputs.binary }}/.goreleaser.yml ${{ steps.nightly-check.outputs.NIGHTLY_FLAG }}
+ args: release --clean -f cmd/${{ inputs.binary }}/.goreleaser.yaml ${{ steps.nightly-check.outputs.NIGHTLY_FLAG }}
117
env:
118
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
119
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments