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 d0462be commit 5fab019Copy full SHA for 5fab019
.github/workflows/release-maven-image.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
outputs:
25
MVN_ARTIFACT_ID: ${{ steps.maven-release-step.outputs.MVN_ARTIFACT_ID }}
26
- ARTIFACT_NAME: ${{ steps.artifact-name.outputs.artifact-name }}
+ ARTIFACT_NAME: ${{ steps.maven-release-step.outputs.artifact-name }}
27
env:
28
TZ: Europe/Berlin # timezone
29
steps:
0 commit comments