Skip to content

Commit

Permalink
chore: upgrade CI to Node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Sep 30, 2022
1 parent 4bba362 commit 0ae6d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cat $FILE_PATH_BOILERPLATE_APP_VERSION_INFO
- name: Deploy Production 🚀
if: github.ref_type == 'tags' && contains(github.ref_name, 'main')
if: github.ref_type == 'tag' && contains(github.ref, 'main')
env:
COMMIT: ${{ steps.version_info.outputs.COMMIT }}
BRANCH: ${{ steps.version_info.outputs.BRANCH }}
Expand Down

0 comments on commit 0ae6d8c

Please sign in to comment.