Skip to content

Commit 2b4635b

Browse files
committed
skip validation
1 parent 785cbca commit 2b4635b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/release.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
distribution: goreleaser
9090
version: "~> v2"
91-
args: release --config .goreleaser-publish.yaml
91+
args: release --config .goreleaser-publish.yaml --skip validate --release-notes CHANGELOG.md
9292
env:
9393
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9494

‎.goreleaser-publish.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ release:
1717
extra_files:
1818
- glob: "*.tar.gz"
1919
- glob: "*.zip"
20-
- glob: "checksums.txt"
20+
- glob: "*checksums.txt"
2121
- glob: perses_deploy.jar
2222
- glob: cue.jar
2323

0 commit comments

Comments
 (0)