From 9c3c31f78227591d7d7ea05d6a143645cab206d3 Mon Sep 17 00:00:00 2001 From: "Yuichiro Tachibana (Tsuchiya)" Date: Fri, 24 Mar 2023 17:23:14 +0900 Subject: [PATCH] Add publish-mountable to the deps list of publish-vscode-extension (#535) --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 792f1709b..a1bb33d88 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -907,7 +907,9 @@ jobs: publish-vscode-extension: if: ${{ !failure() && startsWith(github.ref, 'refs/tags/v') }} # `!failure()` is necessary to avoid skipping this job after successful build: https://github.com/actions/runner/issues/491 - needs: [test-build-vscode-extension] + needs: + - test-build-vscode-extension + - publish-mountable # The VSC extension uses the same version of published @stlite/mountable, so it must be released in order. permissions: contents: write # Necessary for creating releases: https://github.com/softprops/action-gh-release#permissions