1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-11-06 09:09:29 +02:00

ci: do not include nightly in releases.json

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker
2024-02-05 10:19:33 -03:00
parent 12fe252827
commit 099345f167
2 changed files with 2 additions and 4 deletions

View File

@@ -21,7 +21,8 @@ generate() {
curl \
-H "Authorization: Bearer $GITHUB_TOKEN" \
-sSf "$url?page=$page" |
jq 'map({tag_name: .tag_name})' >"$tmp/$i.json"
jq 'map({tag_name: .tag_name}) | [.[] | select(.tag_name != "nightly")]' >"$tmp/$i.json"
done
jq -s 'add' "$tmp"/*.json >"$file"

3
www/docs/static/releases-pro.json generated vendored
View File

@@ -92,9 +92,6 @@
{
"tag_name": "v1.12.0-pro"
},
{
"tag_name": "nightly"
},
{
"tag_name": "v1.11.5-pro"
},