Skip to content

Commit 3deea78

Browse files
committed
update project.properties in MPL too
1 parent 59ce0e5 commit 3deea78

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/actions/polymorph_codegen/action.yml

+7
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ runs:
6666
git pull
6767
git submodule update --init --recursive
6868
69+
- name: Update top-level project.properties file in MPL
70+
if: inputs.update-and-regenerate-mpl == 'true'
71+
shell: bash
72+
working-directory: submodules/MaterialProviders
73+
run: |
74+
make generate_properties_file
75+
6976
# Update the project.properties file so that we pick up the right runtimes etc.,
7077
# in cases where inputs.dafny is different from the current value in that file.
7178
- name: Generate smithy-dafny-project.properties file

0 commit comments

Comments
 (0)