From 3283a3f88adc08441d2ae049841e0e0c57af9b5c Mon Sep 17 00:00:00 2001 From: ccagml Date: Wed, 14 Dec 2022 09:28:58 +0800 Subject: [PATCH 1/2] update --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 900fe6f..40bc3fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ on: default: false jobs: - pre: + first: name: version runs-on: ubuntu-latest env: @@ -55,7 +55,7 @@ jobs: market: name: market - needs: pre + needs: first runs-on: ubuntu-latest timeout-minutes: 30 if: ${{ github.event.inputs.mt }} From 8ae093d195d1335dc16cc9e33b1403448f5cb5c0 Mon Sep 17 00:00:00 2001 From: ccagml Date: Wed, 14 Dec 2022 09:36:25 +0800 Subject: [PATCH 2/2] update --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40bc3fc..79ab275 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: needs: first runs-on: ubuntu-latest timeout-minutes: 30 - if: ${{ github.event.inputs.mt }} + if: ${{ inputs.mt }} steps: - uses: actions/checkout@v2 - name: updatepackage @@ -80,5 +80,5 @@ jobs: run: npm i -g vsce - name: Publish - if: ${{ github.event.inputs.mt }} + if: ${{ inputs.mt }} run: vsce publish -p ${{ secrets.VSCE_PAT }}