소스 검색

fix(snap): add missing outputs [skip ci]

Baptiste Augrain 2 년 전
부모
커밋
cd5afd6e58
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      .github/workflows/insider-linux.yml
  2. 3 1
      .github/workflows/stable-linux.yml

+ 3 - 0
.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

+ 3 - 1
.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