diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0abb87ff..ec243019 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -60,10 +60,10 @@ jobs: # Attempt to delete the existing collection (if supported) # Note: This step requires API support for deletion # Uncomment the line below if your Galaxy server supports API deletion - #curl -X DELETE "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/index/hitachivantara/vspone_block/" -H "Authorization: Token $API_KEY" + curl -X DELETE "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/index/hitachivantara/vspone_block/" -H "Authorization: Token $API_KEY" # Sleep for 60 seconds to ensure the deletion is processed - # sleep 60 + sleep 60 # Publish the collection docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace ghcr.io/${{ github.repository_owner }}/ansible-image:latest ansible-galaxy collection publish *.tar.gz --api-key $API_KEY diff --git a/galaxy.yml b/galaxy.yml index 7be40564..82fc8372 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hitachivantara name: vspone_block -version: 3.0.0 +version: 3.0.1 readme: README.md authors: - Hitachi Vantara Ansible Team