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 01a96ae commit baf849cCopy full SHA for baf849c
.github/workflows/release-maven-image.yml
@@ -35,7 +35,6 @@ jobs:
35
build-image:
36
runs-on: ubuntu-latest
37
needs: release-maven
38
- if: github.ref == 'refs/heads/main'
39
steps:
40
- uses: it-at-m/.github/.github/actions/action-build-image@reuseable-workflow
41
with:
@@ -54,7 +53,7 @@ jobs:
54
53
id: create_release
55
uses: softprops/action-gh-release@v2
56
57
- tag_name: ${{needs.release.outputs.MVN_ARTIFACT_ID}}-${{ github.event.inputs.releaseVersion }}
+ tag_name: ${{needs.release-maven.outputs.MVN_ARTIFACT_ID}}-${{ github.event.inputs.releaseVersion }}
58
draft: false
59
prerelease: false
60
generate_release_notes: false
0 commit comments