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

Revert "Fixed release script so go mod is happy"

This reverts commit d97484332c.
This commit is contained in:
James Mills
2019-03-13 06:41:03 +10:00
parent 5e9c963904
commit 7efa81c830

View File

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