Skip to content

Commit

Permalink
Bump release and try publishing to galaxy-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Jan 5, 2022
1 parent e75d6ea commit 717c4be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 717c4be

Please sign in to comment.