Skip to content

Commit

Permalink
workflow: Fix job dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney authored Apr 28, 2024
1 parent 0fbffad commit 4c85237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lsp-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:

marketplace-release:
name: vscode release
needs: build
needs: build-vsix
runs-on: ubuntu-latest
environment:
name: vscode-marketplace
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:

open-vsx-release:
name: open vsx release
needs: build
needs: build-vsix
runs-on: ubuntu-latest
environment:
name: open-vsx
Expand Down

0 comments on commit 4c85237

Please sign in to comment.