Skip to content

Commit 7d5ea77

Browse files
committed
ci: validate release build
Should catch malformed release commits, and possibly other release issues.
1 parent 63eee11 commit 7d5ea77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ jobs:
4141

4242
- name: Test
4343
run: make TIMEOUT=5m TESTFORMAT=testname test
44+
45+
- name: Validate release commits
46+
run: make release

0 commit comments

Comments
 (0)