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 b93d922 commit 5205dba
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 @@ -21,7 +21,7 @@ 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 5205dba

Please sign in to comment.