From 4bba362a42811acea428be7d7d1b6f8506b2f338 Mon Sep 17 00:00:00 2001 From: mkosir Date: Fri, 30 Sep 2022 09:24:07 +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 ceb1b33..1580e3f 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_name, 'main') + if: github.ref_type == 'tags' && contains(github.ref_name, 'main') env: COMMIT: ${{ steps.version_info.outputs.COMMIT }} BRANCH: ${{ steps.version_info.outputs.BRANCH }}