From 70a4fa104c0c96306de8b09c8fb06222380afe48 Mon Sep 17 00:00:00 2001 From: mkosir Date: Fri, 30 Sep 2022 09:28:44 +0200 Subject: [PATCH] chore: upgrade CI to Node v18 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a27b3d5..ca6381d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: cat $FILE_PATH_BOILERPLATE_APP_VERSION_INFO - name: Deploy Production 🚀 - if: github.ref_type == 'tag' && contains(github.ref, 'main') + if: github.ref_type == 'tag' env: COMMIT: ${{ steps.version_info.outputs.COMMIT }} BRANCH: ${{ steps.version_info.outputs.BRANCH }}