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 5205dba commit a0f1bfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
COMMIT=$GITHUB_SHA
BRANCH=${GITHUB_REF#refs/heads/}
TAG=''
if [[ github.ref_type == 'tag' ]]; then
if [[ "github.ref_type" == "tag" ]]
then
echo "inside if"
TAG=${GITHUB_REF#refs/tags/}
fi
Expand Down

0 comments on commit a0f1bfd

Please sign in to comment.