From 7dd30a283babacae41f15df30a0b66adf103a59f Mon Sep 17 00:00:00 2001 From: Amir Fefer Date: Wed, 30 Aug 2023 20:28:27 +0300 Subject: [PATCH] build: fix prod deploy --- .github/workflows/provisioning-front.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/provisioning-front.yml b/.github/workflows/provisioning-front.yml index 4cc3b374..5c434e5f 100644 --- a/.github/workflows/provisioning-front.yml +++ b/.github/workflows/provisioning-front.yml @@ -64,7 +64,7 @@ jobs: Release-to-build: name: "⛵ Release to build repository" needs: [build] - if: github.ref_name == contains(github.ref_name, 'prod') + if: contains(github.ref_name, 'prod') runs-on: ubuntu-latest env: COMMIT_AUTHOR_USERNAME: GitHub actions