Skip to content

Commit

Permalink
Use correct job name in release workflow (kyma-project#413)
Browse files Browse the repository at this point in the history
* Bump eventing-manager image version for 1.1.0 release

* Use correct job name in release workflow
  • Loading branch information
grischperl authored and friedrichwilken committed Jan 18, 2024
1 parent 5a06dc6 commit 759e340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

create-draft:
name: Create draft release
needs: verify-head-status
needs: verify-release
runs-on: ubuntu-latest
env:
VERSION: ${{ needs.verify-release.outputs.VERSION }}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
publish-release:
name: Publish release
needs: [verify-head-status, create-draft]
needs: [verify-release, create-draft]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 759e340

Please sign in to comment.