We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a3b0d commit f18d1f5Copy full SHA for f18d1f5
solano.yml
@@ -49,12 +49,8 @@ hooks:
49
fi
50
eval `ssh-agent`
51
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
+ # fetch tags
+ git fetch origin 'refs/tags/*:refs/tags/*' -v
58
npm run codecov && npm run semantic-release
59
60
tests:
0 commit comments