Skip to content

Commit dcd303c

Browse files
tilgalascopybara-github
authored andcommitted
chore: run validation workflow in release profile
PiperOrigin-RevId: 868168843
1 parent 4b6ebde commit dcd303c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
${{ runner.os }}-maven-${{ matrix.java-version }}-
3838
${{ runner.os }}-maven-
3939
40-
- name: Compile and test (all) modules with Java ${{ matrix.java-version }}
41-
run: ./mvnw clean test
40+
- name: Package and test (all) modules with Java ${{ matrix.java-version }}
41+
run: ./mvnw -Prelease clean package
4242

4343
- name: Detected wrongly formatted files
4444
run: git status && git diff --exit-code

0 commit comments

Comments
 (0)