chore: fix ci

This commit is contained in:
Henrique Dias
2019-05-11 23:50:17 +01:00
parent 1e6a0939a2
commit 8ec27734bb
6 changed files with 36 additions and 112 deletions

View File

@@ -77,7 +77,7 @@ release () {
git fetch --all
git checkout master
git tag $semver
git push origin $semver
git push --tags
cd ..
@@ -86,7 +86,7 @@ release () {
git commit -am "chore: version $semver"
git tag "$1"
git push
git push origin $semver
git push --tags origin
echo "🐑 Commiting untracked version notice..."
updateVersion $1 $untracked