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 f7a775f commit b9f7f5dCopy full SHA for b9f7f5d
.github/workflows/release-maven-image.yml
@@ -29,8 +29,8 @@ jobs:
29
uses: it-at-m/.github/.github/actions/action-maven-release@reuseable-workflow
30
with:
31
app-path: "${{ github.event.inputs.app-path }}"
32
- releaseVersion: releaseVersion
33
- developmentVersion: developmentVersion
+ releaseVersion: "${{ github.event.inputs.releaseVersion }}"
+ developmentVersion: "${{ github.event.inputs.developmentVersion }}"
34
35
build-image:
36
runs-on: ubuntu-latest
0 commit comments