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:
parent
5e9c963904
commit
7efa81c830
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user