Skip to content

Commit 30fe752

Browse files
committed
Update project timestamp to git expression after release
1 parent e66d794 commit 30fe752

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
- name: Set next version
100100
run: |
101101
./mvnw -ntp -B versions:set versions:commit -DnewVersion=${{ env.NEXT_VERSION }} -pl :moditect-parent
102+
sed -i -e "[email protected]>.*</[email protected]>\${git.commit.author.time}</project.build.outputTimestamp@g" parent/pom.xml
102103
git config --global user.email "[email protected]"
103104
git config --global user.name "moditect-release-bot"
104105
git commit -a -m "Next version ${{ env.NEXT_VERSION }}"

0 commit comments

Comments
 (0)