From 30fe752137caab7bb35647c5f47bb66db665b19d Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Wed, 13 Mar 2024 10:32:08 +0100 Subject: [PATCH] Update project timestamp to git expression after release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2ae04d..184073b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,6 +99,7 @@ jobs: - name: Set next version run: | ./mvnw -ntp -B versions:set versions:commit -DnewVersion=${{ env.NEXT_VERSION }} -pl :moditect-parent + sed -i -e "s@project.build.outputTimestamp>.*\${git.commit.author.time}