We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb827b8 commit c7c9f89Copy full SHA for c7c9f89
.github/actions/validate-redis-release-archive/validate-redis-release-archive.sh
@@ -13,8 +13,8 @@ if [ -z "$TAG" ]; then
13
fi
14
15
# 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"
+REDIS_ARCHIVE_URL="https://github.com/redis/redis/archive/refs/tags/${TAG}.tar.gz"
+#REDIS_ARCHIVE_URL="https://download.redis.io/releases/redis-${TAG}.tar.gz"
18
echo "REDIS_ARCHIVE_URL: $REDIS_ARCHIVE_URL"
19
20
# Download the Redis archive
0 commit comments