We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1500896 commit 5bbb2eaCopy full SHA for 5bbb2ea
1 file changed
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
# either 'goreleaser' (default) or 'goreleaser-pro'
48
distribution: goreleaser
49
version: latest
50
- args: release --rm-dist
+ args: release --rm-dist --config .github/goreleaser.yml
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
0 commit comments