There was an error while loading. Please reload this page.
1 parent 785cbca commit 2b4635bCopy full SHA for 2b4635b
.github/workflows/release.yaml
@@ -88,7 +88,7 @@ jobs:
88
with:
89
distribution: goreleaser
90
version: "~> v2"
91
- args: release --config .goreleaser-publish.yaml
+ args: release --config .goreleaser-publish.yaml --skip validate --release-notes CHANGELOG.md
92
env:
93
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
94
.goreleaser-publish.yaml
@@ -17,7 +17,7 @@ release:
17
extra_files:
18
- glob: "*.tar.gz"
19
- glob: "*.zip"
20
- - glob: "checksums.txt"
+ - glob: "*checksums.txt"
21
- glob: perses_deploy.jar
22
- glob: cue.jar
23
0 commit comments