File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ jobs:
85
85
86
86
- name : Adjust Compatibility Matrix in readme
87
87
run : |
88
- sed -i -E "s/ (.*CodeFlare Operator.*)v[0-9]+\.[0-9]+\.[0-9]+(.*)v[0-9]+\.[0-9]+\.[0-9]+(.*)/ \1${{ github.event.inputs.version }}\2${{ github.event.inputs.version }}\3/ " README.md
89
- sed -i -E "s/ (.*Multi-Cluster App Dispatcher.*)v[0-9]+\.[0-9]+\.[0-9]+(.*)v[0-9]+\.[0-9]+\.[0-9]+(.*)/ \1${{ github.event.inputs.mcad-version }}\2${{ github.event.inputs.mcad-version }}\3/ " README.md
90
- sed -i -E "s/ (.*CodeFlare-SDK.*)v[0-9]+\.[0-9]+\.[0-9]+(.*)v[0-9]+\.[0-9]+\.[0-9]+(.*)/ \1${{ github.event.inputs.codeflare-sdk-version }}\2${{ github.event.inputs.codeflare-sdk-version }}\3/ " README.md
91
- sed -i -E "s/ (.*InstaScale.*)v[0-9]+\.[0-9]+\.[0-9]+(.*)v[0-9]+\.[0-9]+\.[0-9]+(.*)/ \1${{ github.event.inputs.instascale-version }}\2${{ github.event.inputs.instascale-version }}\3/ " README.md
88
+ sed -i -E "s| (.*CodeFlare Operator.*\[).*(\].*releases/tag/).*(\).*)| \1${{ github.event.inputs.version }}\2${{ github.event.inputs.version }}\3| " README.md
89
+ sed -i -E "s| (.*Multi-Cluster App Dispatcher.*\[).*(\].*releases/tag/).*(\).*)| \1${{ github.event.inputs.mcad-version }}\2${{ github.event.inputs.mcad-version }}\3| " README.md
90
+ sed -i -E "s| (.*CodeFlare-SDK.*\[).*(\].*releases/tag/).*(\).*)| \1${{ github.event.inputs.codeflare-sdk-version }}\2${{ github.event.inputs.codeflare-sdk-version }}\3| " README.md
91
+ sed -i -E "s| (.*InstaScale.*\[).*(\].*releases/tag/).*(\).*)| \1${{ github.event.inputs.instascale-version }}\2${{ github.event.inputs.instascale-version }}\3| " README.md
92
92
93
93
- name : Adjust MCAD, SDK and InstaScale dependencies in the code
94
94
run : |
You can’t perform that action at this time.
0 commit comments