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:
@ -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
|
||||
|
Reference in New Issue
Block a user