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 e74a586 commit 51e0941Copy full SHA for 51e0941
.github/workflows/release-maven-image.yml
@@ -47,7 +47,7 @@ jobs:
47
type=semver,pattern={{version}},value=${{ github.event.inputs.releaseVersion }}
48
49
create-github-release:
50
- needs: release
+ needs: release-maven
51
runs-on: ubuntu-latest
52
steps:
53
- name: Create GitHub Release
0 commit comments