Skip to content

Commit c7c9f89

Browse files
committed
Return archive URL to github
As milestone tags are not published to downloads
1 parent fb827b8 commit c7c9f89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/validate-redis-release-archive/validate-redis-release-archive.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ if [ -z "$TAG" ]; then
1313
fi
1414

1515
# Construct Redis archive URL
16-
#REDIS_ARCHIVE_URL="https://github.com/redis/redis/archive/refs/tags/${TAG}.tar.gz"
17-
REDIS_ARCHIVE_URL="https://download.redis.io/releases/redis-${TAG}.tar.gz"
16+
REDIS_ARCHIVE_URL="https://github.com/redis/redis/archive/refs/tags/${TAG}.tar.gz"
17+
#REDIS_ARCHIVE_URL="https://download.redis.io/releases/redis-${TAG}.tar.gz"
1818
echo "REDIS_ARCHIVE_URL: $REDIS_ARCHIVE_URL"
1919

2020
# Download the Redis archive

0 commit comments

Comments
 (0)