We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bca1c commit 49aa7dcCopy full SHA for 49aa7dc
1 file changed
.github/workflows/release.yml
@@ -97,7 +97,7 @@ jobs:
97
path: "IconChanges*.md"
98
99
create_release:
100
- needs: [collect_contributors, build_artifacts, build_icon_changes]
+ needs: [build_release_notes, build_artifacts, build_icon_changes]
101
runs-on: ubuntu-latest
102
name: Create Draft Release
103
0 commit comments