From 0439e6f33cb4c1bc25bb6e086707049373e195b2 Mon Sep 17 00:00:00 2001 From: patr0nus Date: Sun, 24 Oct 2021 10:32:55 +0800 Subject: [PATCH] Typo fix --- .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 2fceac3..3d33a99 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ env: jobs: build: - continue-on-error: ${{ github.event.inputs.nodeVersion }} != "1" + continue-on-error: "${{ github.event.inputs.publish }}" != "1" strategy: matrix: os: [macos-11, windows-2019, ubuntu-20.04] @@ -93,7 +93,7 @@ jobs: run: python -m scripts.test gh_release: - if: ${{ github.event.inputs.nodeVersion }} == "1" + if: "${{ github.event.inputs.publish }}" == "1" needs: build runs-on: ubuntu-latest steps: