Skip to content

Commit

Permalink
Merge pull request #770 from ccamacho/okd
Browse files Browse the repository at this point in the history
ci: revert to main galaxy API
  • Loading branch information
ccamacho authored Oct 20, 2023
2 parents b79310f + 2e384ff commit 643abf8
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 643abf8

Please sign in to comment.