Skip to content

Commit 1aec552

Browse files
committed
Remove verifyExpRelease
VerifyReleaseTask depending on doing a GitHub Release for every single build and checking it via the API. This is very wasteful and I am ending this practice. Technically we could tag every release when built and just check a tag exists, but this is also unnecessary - instead we just ensure we run all the tests every time we do a manually triggered release.
1 parent c209e77 commit 1aec552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
java-version: 21
3535
distribution: temurin
3636
- name: Release
37-
run: ./gradlew githubRelease
37+
run: ./gradlew check githubRelease

0 commit comments

Comments
 (0)