Skip to content

Commit 6f46b2f

Browse files
committed
The JVM build disappeared from the release.yml workflow 😅
1 parent a1b38aa commit 6f46b2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/release.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
username: ${{ github.repository_owner }}
3838
password: ${{ secrets.GITHUB_TOKEN }}
3939

40+
- name: Build JVM based image
41+
run: ./gradlew build
42+
4043
- name: Build and push the JVM docker image
4144
uses: docker/build-push-action@v3
4245
with:

0 commit comments

Comments
 (0)