From 717c4bea769e5e04f8e731d2455375f79f3bb5ae Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Wed, 5 Jan 2022 13:01:55 +0100 Subject: [PATCH] Bump release and try publishing to galaxy-dev --- .github/workflows/release.yaml | 7 ++++--- galaxy.yml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3984be2..488ff9a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -79,6 +79,7 @@ jobs: asset_path: tremble-signalfx-${{ steps.cversion.outputs.version }}.tar.gz asset_name: tremble-signalfx-${{ steps.cversion.outputs.version }}.tar.gz 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 }} + + - 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/ diff --git a/galaxy.yml b/galaxy.yml index 051ccc4..057af44 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: tremble name: signalfx -version: 0.1.0 +version: 0.1.1 readme: README.md authors: - Mark Chappell (github.com/tremble)