Skip to content

Commit

Permalink
build(docker): fix order of jobs
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 4112303 commit 200cf47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
local-dir: ./dist/

update-develop-branch:
needs: ['release']
runs-on: ubuntu-latest
steps:
- uses: everlytic/[email protected]
Expand All @@ -121,7 +122,7 @@ jobs:
commit_message_template: '[Automated] Merged {source_ref} into target {target_branch}'

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

0 comments on commit 200cf47

Please sign in to comment.