From 2e384ffa5fd0c410c92575dd2ff8c11bf9e38ef3 Mon Sep 17 00:00:00 2001 From: Carlos Camacho Date: Fri, 20 Oct 2023 12:38:31 +0200 Subject: [PATCH] ci: revert to main galaxy API This commit points back the galaxy endpoint to the production API. --- ci/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/release.sh b/ci/release.sh index 95a79dc3e..84026a895 100755 --- a/ci/release.sh +++ b/ci/release.sh @@ -110,7 +110,7 @@ if [ "$publish" == "1" ]; then ansible-galaxy collection build -v --force --output-path releases/ ansible-galaxy collection publish \ releases/$current_galaxy_namespace-$current_galaxy_name-$current_galaxy_version.tar.gz \ - --server https://beta-galaxy.ansible.com \ + --server https://galaxy.ansible.com \ --ignore-certs \ --verbose \ --api-key $GALAXY_KEY