From 0cfb63829dd2a87294a5c02b8df00f0b7975c976 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sun, 13 Oct 2024 17:31:02 +0200 Subject: [PATCH] chore: update snapshot config --- .github/workflows/x-release-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/x-release-snapshot.yml b/.github/workflows/x-release-snapshot.yml index dfb0de1d1..088025c00 100644 --- a/.github/workflows/x-release-snapshot.yml +++ b/.github/workflows/x-release-snapshot.yml @@ -25,4 +25,4 @@ jobs: run: sh scripts/publish-prerelease.sh env: REGISTRY_AUTH_TOKEN: ${{ secrets.VERDACCIO_REGISTRY_TOKEN_CANARY }} - REGISTRY_URL: registry.verdaccio.org + REGISTRY_URL: rg.verdaccio.org