We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2164cbb commit 6138f20Copy full SHA for 6138f20
.github/workflows/set-next-version.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
mvn versions:set-property -Dproperty=revision -DnewVersion=${{ needs.extract_version.outputs.next_patch }}-SNAPSHOT -DgenerateBackupPoms=false
47
- name: 💅 Create Pull Request
48
- uses: peter-evans/[email protected].5
+ uses: peter-evans/[email protected].6
49
with:
50
title: "chore: Update POM version to ${{ needs.extract_version.outputs.next_patch }}-SNAPSHOT 🤖"
51
branch: "automated/version-bump-${{ github.run_id }}"
0 commit comments