mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
Fixed release script so go mod is happy
This commit is contained in:
parent
73acf226df
commit
d97484332c
@ -20,6 +20,6 @@ fi
|
||||
|
||||
echo "Releasing ${TAG} ..."
|
||||
|
||||
git tag -a -s -m "Relase ${TAG}" "${TAG}"
|
||||
git tag -a -s -m "Relase v${TAG}" "v${TAG}"
|
||||
git push --tags
|
||||
goreleaser release --rm-dist
|
||||
|
Loading…
x
Reference in New Issue
Block a user