Skip to content

Commit b9f7f5d

Browse files
authored
Update release-maven-image.yml
1 parent f7a775f commit b9f7f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-maven-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
uses: it-at-m/.github/.github/actions/action-maven-release@reuseable-workflow
3030
with:
3131
app-path: "${{ github.event.inputs.app-path }}"
32-
releaseVersion: releaseVersion
33-
developmentVersion: developmentVersion
32+
releaseVersion: "${{ github.event.inputs.releaseVersion }}"
33+
developmentVersion: "${{ github.event.inputs.developmentVersion }}"
3434

3535
build-image:
3636
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)