Skip to content

Commit

Permalink
ci: revert to main galaxy API
Browse files Browse the repository at this point in the history
This commit points back the galaxy endpoint
to the production API.
  • Loading branch information
ccamacho committed Oct 20, 2023
1 parent e8503c2 commit 2e384ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e384ff

Please sign in to comment.