Skip to content

Commit

Permalink
Bump and try releasing to Galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Jan 5, 2022
1 parent 717c4be commit 96d608c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/
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.1
version: 0.1.2
readme: README.md
authors:
- Mark Chappell (github.com/tremble)
Expand Down

0 comments on commit 96d608c

Please sign in to comment.