Skip to content

Commit 5fab019

Browse files
authored
Update release-maven-image.yml
1 parent d0462be commit 5fab019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
outputs:
2525
MVN_ARTIFACT_ID: ${{ steps.maven-release-step.outputs.MVN_ARTIFACT_ID }}
26-
ARTIFACT_NAME: ${{ steps.artifact-name.outputs.artifact-name }}
26+
ARTIFACT_NAME: ${{ steps.maven-release-step.outputs.artifact-name }}
2727
env:
2828
TZ: Europe/Berlin # timezone
2929
steps:

0 commit comments

Comments
 (0)