Skip to content

Commit f18d1f5

Browse files
committed
ci(solano.yml): fix tag fetching
1 parent b5a3b0d commit f18d1f5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

solano.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,8 @@ hooks:
4949
fi
5050
eval `ssh-agent`
5151
ssh-add ~/.ssh/ci_repo_key
52-
git config remote.origin.tagOpt --tags
53-
if [ -f .git/shallow ]; then
54-
git fetch --unshallow origin
55-
else
56-
git fetch origin
57-
fi
52+
# fetch tags
53+
git fetch origin 'refs/tags/*:refs/tags/*' -v
5854
npm run codecov && npm run semantic-release
5955
6056
tests:

0 commit comments

Comments
 (0)