From f44a8233d1857c0c52139531f3bfe97270381d8d Mon Sep 17 00:00:00 2001 From: nbauma109 Date: Sun, 7 Apr 2024 16:58:29 +0200 Subject: [PATCH] Update combine-prs.yml --- .github/workflows/combine-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index 016b21e5..d88f3fcc 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -133,6 +133,6 @@ jobs: git clone git@github.com:nbauma109/ecd.git cd ecd git checkout '${{ github.event.inputs.combineBranchName }}' - git log | grep -w Bump | grep -w from | grep -w to | cut -d' ' -f6,8,10 | xargs -n3 bash -c 'shopt -s globstar && sed -bi "s/$1-$2/$1-$3/g" **/MANIFEST.MF **/build.properties **/.classpath' sh-replace-in-files + git log | grep -w Bump | grep -w from | grep -w to | tr ':' ' ' | cut -d' ' -f7,9,11 | xargs -n3 bash -c 'shopt -s globstar && sed -bi "s/$1-$2/$1-$3/g" **/MANIFEST.MF **/build.properties **/.classpath' sh-replace-in-files git commit -a -m "Updated versions in **/MANIFEST.MF **/build.properties" git push