We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e989c5 commit c9e9bffCopy full SHA for c9e9bff
.github/workflows/maven-release.yml
@@ -34,6 +34,7 @@ jobs:
34
app-path: ${{ github.event.inputs.app-path }}
35
releaseVersion: ${{ github.event.inputs.releaseVersion }}
36
developmentVersion: ${{ github.event.inputs.developmentVersion }}
37
+ use-pr: 'true'
38
SIGN_KEY_PASS: ${{ secrets.gpg_passphrase }}
39
CENTRAL_USERNAME: ${{ secrets.sonatype_username }}
40
CENTRAL_PASSWORD: ${{ secrets.sonatype_password }}
.github/workflows/npm-release.yml
@@ -40,6 +40,7 @@ jobs:
with:
41
app-path: ${{ inputs.app-path }}
42
releaseVersion: ${{ inputs.release-version }}
43
44
- id: node
45
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@12966547963631f8429d42bab860485b413003c2 # v1.0.22
46
0 commit comments