diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index c3ad770..fae66f7 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -39,6 +39,9 @@ jobs: - vscode_arch: armhf npm_arch: armv7l image: vscodium/vscodium-linux-build-agent:stretch-armhf + outputs: + RELEASE_VERSION: ${{ env.RELEASE_VERSION }} + SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }} steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/stable-linux.yml b/.github/workflows/stable-linux.yml index c2a8525..a1e37d0 100644 --- a/.github/workflows/stable-linux.yml +++ b/.github/workflows/stable-linux.yml @@ -26,7 +26,6 @@ jobs: OS_NAME: 'linux' VSCODE_ARCH: ${{ matrix.vscode_arch }} VSCODE_QUALITY: 'stable' - strategy: fail-fast: false matrix: @@ -40,6 +39,9 @@ jobs: - vscode_arch: armhf npm_arch: armv7l image: vscodium/vscodium-linux-build-agent:stretch-armhf + outputs: + RELEASE_VERSION: ${{ env.RELEASE_VERSION }} + SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }} steps: - uses: actions/checkout@v3