From ca45fdb01397f0ed527f359f3bf7fc664d04300f Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Wed, 18 Jan 2023 22:39:06 -0300 Subject: [PATCH] update publish-cli-js.yml --- .github/workflows/publish-cli-js.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/publish-cli-js.yml b/.github/workflows/publish-cli-js.yml index 716be5f18b68..481e0af70f08 100644 --- a/.github/workflows/publish-cli-js.yml +++ b/.github/workflows/publish-cli-js.yml @@ -198,7 +198,6 @@ jobs: - host: windows-latest target: x86_64-pc-windows-msvc node: - - '12' - '14' - '16' - '18' @@ -232,7 +231,6 @@ jobs: fail-fast: false matrix: node: - - '12' - '14' - '16' - '18' @@ -270,7 +268,6 @@ jobs: fail-fast: false matrix: node: - - '12' - '14' - '16' - '18' @@ -318,7 +315,6 @@ jobs: fail-fast: false matrix: node: - - '12' - '14' - '16' - '18' @@ -401,4 +397,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.ORG_NPM_TOKEN }} - RELEASE_ID: ${{ github.event.inputs.releaseId }} + RELEASE_ID: ${{ github.event.client_payload.releaseId || github.event.inputs.releaseId }}