Skip to content

Commit 1950b97

Browse files
committed
ci(solano): fetch tags with unshallow
1 parent 20787dc commit 1950b97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

solano.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ hooks:
4343
echo "Will only deploy on 'node_8' profile"
4444
exit
4545
fi
46+
git config remote.origin.tagOpt --tags
47+
if [ -f .git/shallow ]; then
48+
git fetch --unshallow origin
49+
else
50+
git fetch origin
51+
fi
4652
npm run codecov && npm run semantic-release
4753
4854
tests:

0 commit comments

Comments
 (0)