Skip to content

Commit 64dfa0e

Browse files
committed
?
1 parent 989acc2 commit 64dfa0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/mpl-head/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ runs:
3333
- name: Update top-level project.properties file
3434
shell: bash
3535
run: |
36-
echo ${{ steps.read_property.outputs.mplVersion }}
36+
sed "s/mplDependencyJavaVersion=.*/mplDependencyJavaVersion=${{steps.read_property.outputs.mplVersion}}/g" project.properties > project.properties2; mv project.properties2 project.properties
3737
cat project.properties

0 commit comments

Comments
 (0)