Skip to content

Commit e74a586

Browse files
authored
Update release-maven-image.yml
1 parent 43147eb commit e74a586

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
@@ -20,7 +20,7 @@ on:
2020
- /sps-frontend # todo: muss angepasst werden. eigenen Ordner verwenden
2121

2222
jobs:
23-
release:
23+
release-maven:
2424
runs-on: ubuntu-latest
2525
outputs:
2626
MVN_ARTIFACT_ID: ${{ steps.maven-release-step.outputs.MVN_ARTIFACT_ID }}
@@ -34,7 +34,7 @@ jobs:
3434

3535
build-image:
3636
runs-on: ubuntu-latest
37-
needs: build-maven
37+
needs: release-maven
3838
if: github.ref == 'refs/heads/main'
3939
steps:
4040
- uses: it-at-m/.github/.github/actions/action-build-image@reuseable-workflow

0 commit comments

Comments
 (0)