Skip to content

Commit

Permalink
Fix build job dependency (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
majastrz authored Sep 11, 2020
1 parent 9ed226a commit f88c6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
name: 'Create Release'
runs-on: 'ubuntu-latest'
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
needs: [build-bicep, build-vsix, build-playground]
needs: [build-bicep, build-vsix, build-playground, build-windows-setup]

steps:
- name: Download Build Artifacts
Expand Down

0 comments on commit f88c6d9

Please sign in to comment.