From 10bbede798620f7ee81e7867e10427ea37a7f205 Mon Sep 17 00:00:00 2001 From: Fred Date: Wed, 27 Nov 2024 21:35:08 -0300 Subject: [PATCH] chore: address comments --- .github/workflows/pull_request_secure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request_secure.yml b/.github/workflows/pull_request_secure.yml index 17f7c95d45..720f8abd3f 100644 --- a/.github/workflows/pull_request_secure.yml +++ b/.github/workflows/pull_request_secure.yml @@ -299,8 +299,8 @@ jobs: run: | echo "=== Updating antora.yml" cp docs/src/antora-template.yml docs/src/antora.yml - sed -i "s/\${project\.version}b0/SNAPSHOT/g" $1 - sed -i "s/\${project\.version}/SNAPSHOT/g" $1 + sed -i "s/\${project\.version}b0/SNAPSHOT/g" docs/src/antora.yml + sed -i "s/\${project\.version}/SNAPSHOT/g" docs/src/antora.yml sed -i "s/\${maven\.compiler\.release}/$(find build/build-parent/ -name pom.xml -exec grep '' {} \;|tail -n 1|cut -d\> -f1 --complement|cut -d\< -f1)/g" docs/src/antora.yml sed -i "s/\${maven\.min\.version}/$(find build/build-parent/ -name pom.xml -exec grep '' {} \;|tail -n 1|cut -d\> -f1 --complement|cut -d\< -f1)/g" docs/src/antora.yml sed -i "s/\${version\.io\.quarkus}/$(find build/build-parent/ -name pom.xml -exec grep '' {} \;|tail -n 1|cut -d\> -f1 --complement|cut -d\< -f1)/g" docs/src/antora.yml