Skip to content

Commit f88c6d9

Browse files
authored
Fix build job dependency (#476)
1 parent 9ed226a commit f88c6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
name: 'Create Release'
193193
runs-on: 'ubuntu-latest'
194194
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
195-
needs: [build-bicep, build-vsix, build-playground]
195+
needs: [build-bicep, build-vsix, build-playground, build-windows-setup]
196196

197197
steps:
198198
- name: Download Build Artifacts

0 commit comments

Comments
 (0)