1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-29 17:41:15 +03:00

Create an annotated tag to give release.yml chance to run

This commit is contained in:
Vladimir Mihailenco
2021-08-12 15:00:12 +03:00
parent 74f9a7338f
commit 4ed306de42
3 changed files with 5 additions and 5 deletions

View File

@ -53,8 +53,8 @@ done
for dir in $PACKAGE_DIRS
do
printf "${dir}: go mod tidy\n"
(cd ./${dir} && go mod tidy)
printf "${dir}: go get -d && go mod tidy\n"
(cd ./${dir} && go get -d && go mod tidy)
done
sed --in-place "s/\(return \)\"[^\"]*\"/\1\"${TAG#v}\"/" ./version.go