Skip to content

Commit 832d91d

Browse files
authored
[FOR TESTING] Perform utils release and print out all release artifacts
1 parent 146e87f commit 832d91d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gradle-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
distribution: 'temurin'
3434
cache: gradle
3535
- run: |
36+
./gradlew utils:releaseClean
3637
./gradlew utils:releasePrepare -PbumpType=patch
38+
./gradlew utils:releasePerform
3739
echo "Release utils done!"
40+
echo "Printing out the release output!"
41+
ls -lah ~/.m2/repository/ai/elimu/content_provider/utils/1.2.29
3842

0 commit comments

Comments
 (0)