Skip to content

Commit 2a1cca7

Browse files
authored
ci: Add missing job dependency (#380)
1 parent c548a96 commit 2a1cca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
create_github_release:
113113
name: Create github release
114114
if: github.event_name == 'workflow_dispatch'
115-
needs: [update_changelog]
115+
needs: [update_changelog, should_release]
116116
runs-on: ubuntu-latest
117117
steps:
118118
- name: Checkout

0 commit comments

Comments
 (0)