diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 488ff9a..a9ad844 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -53,7 +53,7 @@ jobs: release_name: Release v${{ steps.cversion.outputs.version }} body: | # Ansible Collection: tremble.signalfx - ![ReleaseBuildCollection](https://github.com/tremble/tremble-signalfx/workflows/ReleaseBuildCollection/badge.svg) + ![Build and Release collection](https://github.com/tremble/tremble-signalfx/workflows/Build%20and%20Release%20collection/badge.svg) Install with: ```sh @@ -81,5 +81,5 @@ jobs: asset_content_type: application/tar+gzip - name: Deploy Ansible collection to Galaxy - # run: ansible-galaxy collection publish tremble-signalfx-${{ steps.cversion.outputs.version }}.tar.gz --api-key ${{ secrets.GALAXY_API_KEY }} - run: ansible-galaxy collection publish tremble-signalfx-${{ steps.cversion.outputs.version }}.tar.gz --api-key ${{ secrets.GALAXYDEV_API_KEY }} --server https://galaxy-dev.ansible.com/api/ + run: ansible-galaxy collection publish tremble-signalfx-${{ steps.cversion.outputs.version }}.tar.gz --api-key ${{ secrets.GALAXY_API_KEY }} + # run: ansible-galaxy collection publish tremble-signalfx-${{ steps.cversion.outputs.version }}.tar.gz --api-key ${{ secrets.GALAXYDEV_API_KEY }} --server https://galaxy-dev.ansible.com/api/ diff --git a/galaxy.yml b/galaxy.yml index 057af44..d5206de 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: tremble name: signalfx -version: 0.1.1 +version: 0.1.2 readme: README.md authors: - Mark Chappell (github.com/tremble)