Skip to content

Commit

Permalink
Fix typos in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Sep 10, 2024
1 parent 7c7c61c commit cca1647
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,16 @@ jobs:
with:
name: jreleaser-release
path: |
parent/target/jreleaser/trace.log
parent/target/jreleaser/output.properties
target/jreleaser/trace.log
target/jreleaser/output.properties
- name: Reset NEXT_RELEASE_CHANGELOG.md
run: echo -e "\n" > NEXT_RELEASE_CHANGELOG.md

- name: Set next version
run: |
./mvnw -ntp -B versions:set versions:commit -DnewVersion=${{ env.NEXT_VERSION }} -DgenerateBackupPoms=false
sed -i -e "[email protected]>.*</[email protected]>\${git.commit.author.time}</project.build.outputTimestamp@g" parent/pom.xml
sed -i -e "[email protected]>.*</[email protected]>\${git.commit.author.time}</project.build.outputTimestamp@g" pom.xml
git config --global user.email "${{ vars.GH_BOT_EMAIL }}"
git config --global user.name "GitHub Action"
git commit -a -m "Next version ${{ env.NEXT_VERSION }}"
Expand Down

0 comments on commit cca1647

Please sign in to comment.