File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ jobs:
8585
8686 - name : Adjust Compatibility Matrix in readme
8787 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
9292
9393 - name : Adjust MCAD, SDK and InstaScale dependencies in the code
9494 run : |
You can’t perform that action at this time.
0 commit comments