Skip to content

Commit c4d06df

Browse files
authored
Merge pull request #11 from it-at-m/fix-release-build
🔧 use-pr option for release builds
2 parents 809c998 + e6700b9 commit c4d06df

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/maven-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- id: maven-release-step
3131
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-release@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
3232
with:
33+
use-pr: true
3334
app-path: ${{ github.event.inputs.app-path }}
3435
releaseVersion: ${{ github.event.inputs.releaseVersion }}
3536
developmentVersion: ${{ github.event.inputs.developmentVersion }}

.github/workflows/npm-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- id: npm_release
3939
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-release@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
4040
with:
41+
use-pr: true
4142
app-path: ${{ inputs.app-path }}
4243
releaseVersion: ${{ inputs.release-version }}
4344
- id: node

0 commit comments

Comments
 (0)