mirror of
https://github.com/redis/go-redis.git
synced 2025-07-31 05:04:23 +03:00
Create an annotated tag to give release.yml chance to run
This commit is contained in:
@ -36,5 +36,5 @@ git tag ${TAG}
|
||||
for dir in $PACKAGE_DIRS
|
||||
do
|
||||
printf "tagging ${dir}/${TAG}\n"
|
||||
git tag ${dir}/${TAG}
|
||||
git tag ${dir}/${TAG} -a -m "Version ${TAG}"
|
||||
done
|
||||
|
Reference in New Issue
Block a user