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 6d6df27 commit 0f11180
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 @@ -22,7 +22,7 @@ jobs:
- name: Version Info 💉
run: |
COMMIT=$GITHUB_SHA
BRANCH=${GITHUB_REF#refs/tags/}
BRANCH=${GITHUB_REF#refs/heads/}
TAG=''
if github.ref_type == 'tag'; then
TAG=${GITHUB_REF#refs/tags/}
Expand Down

0 comments on commit 0f11180

Please sign in to comment.