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.
2 parents 809c998 + e6700b9 commit c4d06dfCopy full SHA for c4d06df
.github/workflows/maven-release.yml
@@ -30,6 +30,7 @@ jobs:
30
- id: maven-release-step
31
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-release@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
32
with:
33
+ use-pr: true
34
app-path: ${{ github.event.inputs.app-path }}
35
releaseVersion: ${{ github.event.inputs.releaseVersion }}
36
developmentVersion: ${{ github.event.inputs.developmentVersion }}
.github/workflows/npm-release.yml
@@ -38,6 +38,7 @@ jobs:
38
- id: npm_release
39
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-release@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
40
41
42
app-path: ${{ inputs.app-path }}
43
releaseVersion: ${{ inputs.release-version }}
44
- id: node
0 commit comments