Skip to content

Commit baf849c

Browse files
authored
Update release-maven-image.yml
1 parent 01a96ae commit baf849c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
build-image:
3636
runs-on: ubuntu-latest
3737
needs: release-maven
38-
if: github.ref == 'refs/heads/main'
3938
steps:
4039
- uses: it-at-m/.github/.github/actions/action-build-image@reuseable-workflow
4140
with:
@@ -54,7 +53,7 @@ jobs:
5453
id: create_release
5554
uses: softprops/action-gh-release@v2
5655
with:
57-
tag_name: ${{needs.release.outputs.MVN_ARTIFACT_ID}}-${{ github.event.inputs.releaseVersion }}
56+
tag_name: ${{needs.release-maven.outputs.MVN_ARTIFACT_ID}}-${{ github.event.inputs.releaseVersion }}
5857
draft: false
5958
prerelease: false
6059
generate_release_notes: false

0 commit comments

Comments
 (0)