Skip to content

Commit

Permalink
Update timestamp expression after release
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Almiray <[email protected]>
  • Loading branch information
aalmiray committed Feb 28, 2024
1 parent 9f4e193 commit a4acb2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- name: Bump to snapshot
run: |
./mvnw -ntp -B versions:set versions:commit -DnextSnapshot=true
sed -i -e "[email protected]>.*</[email protected]>\${git.commit.author.time}</project.build.outputTimestamp@g" pom.xml
git config --global user.email "${{ env.USER_EMAIL }}"
git config --global user.name "${{ env.USER_NAME }}"
git commit -a -s -m "Bump version to next snapshot"
Expand Down

0 comments on commit a4acb2f

Please sign in to comment.