Skip to content

Commit ed6fff6

Browse files
committed
chore: repair test against latest mpl version
1 parent 43b5163 commit ed6fff6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci_test_latest_released_mpl_java.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
4747
with:
4848
submodules: recursive
4949

50+
- name: Remove the -SNAPSHOT from the MPL version
51+
shell: bash
52+
run: |
53+
perl -i -pe 's/-SNAPSHOT//g' project.properties
54+
5055
- name: Setup Java ${{ matrix.java-version }}
5156
uses: actions/setup-java@v5
5257
with:

0 commit comments

Comments
 (0)