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 29, 2022
1 parent eaccde8 commit d72b4b8
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 @@ -18,7 +18,7 @@ jobs:

- name: Version Info 💉
run: |
echo ${GITHUB_REF/refs\/tags\//}
echo "value: ${GITHUB_REF/refs\/tags\//}"
echo "write version, branch & commit id to $FILE_PATH_BOILERPLATE_APP_VERSION_INFO"
echo "export const VersionInfo = { tag: '$GITHUB_REF_NAME', branch: '$GITHUB_REF_NAME', commit: '$GITHUB_SHA' };" > $FILE_PATH_BOILERPLATE_APP_VERSION_INFO
cat $FILE_PATH_BOILERPLATE_APP_VERSION_INFO
Expand Down

0 comments on commit d72b4b8

Please sign in to comment.