Skip to content

Commit

Permalink
chore(build): don't depend on Maven release
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Mar 26, 2024
1 parent d64a620 commit 04bb9f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ jobs:
# Release: GitHub tag & release; Merges back releases into main; Starts a new development cycle;
github-release:
name: Publish new github release
needs: [ release-version, maven-release, docker-release, helm-release ]
# needs: [ release-version, maven-release, docker-release, helm-release ]
needs: [ release-version, docker-release, helm-release ]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 04bb9f3

Please sign in to comment.