Skip to content

Commit

Permalink
Update .github/workflows/CI.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Ralph Ursprung <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta and rursprung authored Jun 11, 2024
1 parent 3a876d0 commit ae4a118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
- name: Update version to the next development iteration
if: matrix.os != 'windows-latest'
run: |
# Task to auto update version to the next development iteration
# Task to auto update version to the next development iteration and test against that
./gradlew updateVersion -DnewVersion=2.15.0-SNAPSHOT && ./gradlew build

0 comments on commit ae4a118

Please sign in to comment.