From bf78ea3a5c8e340f89ef3b8da8832812eb8ee4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D5=A1=C9=A8=D5=BC=C9=A2=D3=84=D5=A1=D6=85=D5=BC=C9=A2?= Date: Thu, 24 Feb 2022 21:08:09 +0800 Subject: [PATCH] fix: typos --- .github/workflows/release-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index d9bf55fc2c..59b404eae3 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -55,7 +55,7 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Create Pull Request - if: ${{ github.event.inputs.targetEnv == 'PRD' || inputs.targetEnv == 'PRD' }} + if: ${{ github.event.inputs.targetEnv == 'PROD' || inputs.targetEnv == 'PROD' }} id: cpr uses: peter-evans/create-pull-request@v3 env: