Skip to content

Commit

Permalink
build(docker): fix needs of changelog job
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Dec 30, 2023
1 parent 686804b commit 62ec391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

update-changelog:
needs: ['update-develop-branch']
needs: ['release']
name: Generate changelog
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 62ec391

Please sign in to comment.