Skip to content

Commit 4780758

Browse files
committedJan 26, 2025··
chore: Update build workflow
1 parent 20722a6 commit 4780758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: gradle/actions/setup-gradle@v4
3030

3131
- name: Build with Gradle
32-
run: ./gradlew build publishToMavenLocal
32+
run: ./gradlew build jreleaserAssemble publishToMavenLocal
3333

3434
- name: Run zpa-checks integration tests
3535
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.