1
0
mirror of https://github.com/taigrr/bitcask synced 2025-01-18 04:03:17 -08:00

Fixed typo in release.sh (#8)

This commit is contained in:
Christian Muehlhaeuser 2019-04-25 14:19:20 +02:00 committed by James Mills
parent 1fca55d268
commit f26a1b1727

View File

@ -20,6 +20,6 @@ fi
echo "Releasing ${TAG} ..."
git tag -a -s -m "Relase ${TAG}" "${TAG}"
git tag -a -s -m "Release ${TAG}" "${TAG}"
git push --tags
goreleaser release --rm-dist