1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Replace release job

This commit is contained in:
Vladimir Mihailenco
2021-08-30 17:18:31 +03:00
parent ed42d3c37b
commit 5e6479ec64
2 changed files with 8 additions and 8 deletions

View File

@ -31,7 +31,7 @@ PACKAGE_DIRS=$(find . -mindepth 2 -type f -name 'go.mod' -exec dirname {} \; \
| sed 's/^\.\///' \
| sort)
git tag ${TAG} -m "Version ${TAG}"
git tag ${TAG}
for dir in $PACKAGE_DIRS
do