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 20787dc commit 1950b97Copy full SHA for 1950b97
solano.yml
@@ -43,6 +43,12 @@ hooks:
43
echo "Will only deploy on 'node_8' profile"
44
exit
45
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
52
npm run codecov && npm run semantic-release
53
54
tests:
0 commit comments