Skip to content

Commit

Permalink
SONARPHP-1575 Fix workflow bump versions to not use mvn anymore (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudy-regazzoni-sonarsource authored Nov 18, 2024
1 parent efe6f16 commit 768cb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
mvn versions:set-property -DgenerateBackupPoms=false -Dproperty=revision -DnewVersion=${{ github.event.inputs.version }}
sed -i 's/version=.*/version=${{ github.event.inputs.version }}/' gradle.properties
- uses: peter-evans/create-pull-request@v7
with:
author: ${{ github.actor }} <${{ github.actor }}>
Expand Down

0 comments on commit 768cb5c

Please sign in to comment.