We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d15f42 commit 7162599Copy full SHA for 7162599
1 file changed
.github/workflows/release.yml
@@ -41,6 +41,6 @@ jobs:
41
with:
42
distribution: goreleaser
43
version: latest
44
- args: release --clean
+ args: release --clean --config .goreleaser.yaml
45
env:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments