Skip to content

Commit 5bbb2ea

Browse files
lmvlmvlverrall
andauthored
Actually use config file for goreleaser (#24)
Co-authored-by: Leon Verrall <lverrall@slb.com>
1 parent 1500896 commit 5bbb2ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# either 'goreleaser' (default) or 'goreleaser-pro'
4848
distribution: goreleaser
4949
version: latest
50-
args: release --rm-dist
50+
args: release --rm-dist --config .github/goreleaser.yml
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution

0 commit comments

Comments
 (0)