Skip to content

Commit c9e9bff

Browse files
committed
ci: use pr for maven and npm release
1 parent 2e989c5 commit c9e9bff

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
@@ -34,6 +34,7 @@ jobs:
3434
app-path: ${{ github.event.inputs.app-path }}
3535
releaseVersion: ${{ github.event.inputs.releaseVersion }}
3636
developmentVersion: ${{ github.event.inputs.developmentVersion }}
37+
use-pr: 'true'
3738
SIGN_KEY_PASS: ${{ secrets.gpg_passphrase }}
3839
CENTRAL_USERNAME: ${{ secrets.sonatype_username }}
3940
CENTRAL_PASSWORD: ${{ secrets.sonatype_password }}

.github/workflows/npm-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
with:
4141
app-path: ${{ inputs.app-path }}
4242
releaseVersion: ${{ inputs.release-version }}
43+
use-pr: 'true'
4344
- id: node
4445
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@12966547963631f8429d42bab860485b413003c2 # v1.0.22
4546
with:

0 commit comments

Comments
 (0)