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 d97484332c67d5bccebe0a43c5673bdcd25cbf07.
This commit is contained in:
James Mills 2019-03-13 06:41:03 +10:00
parent 5e9c963904
commit 7efa81c830
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

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