From 764158169cc31405357d8d5ef7c2f704b3f3afdd Mon Sep 17 00:00:00 2001 From: dice4x4 Date: Wed, 29 Jun 2022 20:34:01 +0400 Subject: [PATCH] fix: invalid action mapping --- .github/workflows/deploy-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index fd86011..7c7ce77 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -53,7 +53,7 @@ jobs: with: context: . build-args: - REACT_APP_API_URL: ${{ env.REACT_APP_API_URL }} + REACT_APP_API_URL=${{ env.REACT_APP_API_URL }} target: prod push: true tags: ${{ steps.meta.outputs.tags }}