We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d346dc6 commit 51537bdCopy full SHA for 51537bd
.github/workflows/release-maven-image.yml
@@ -31,7 +31,7 @@ jobs:
31
- id: maven-release-step
32
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-release@feat/release-add-pr-option
33
with:
34
- use-pr: false
+ use-pr: true
35
java-version: 17
36
app-path: /${{ github.event.inputs.app-path }}
37
releaseVersion: ${{ github.event.inputs.releaseVersion }}
0 commit comments