Skip to content

Commit

Permalink
Add build check against next development snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Jun 11, 2024
1 parent 1282906 commit 993cb1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ jobs:
if: matrix.os != 'windows-latest'
run: |
# Task to auto update version to the next development iteration
./gradlew updateVersion -DnewVersion=2.15.0-SNAPSHOT
./gradlew updateVersion -DnewVersion=2.15.0-SNAPSHOT build && ./gradlew build

0 comments on commit 993cb1d

Please sign in to comment.