Skip to content

Commit

Permalink
Add runtime.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSuicideParrot committed Dec 23, 2021
1 parent e73f9ad commit 48f5dfd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
asset_name: "mrsuicideparrot-proxmox_plugin-${{ steps.get_version.outputs.VERSION }}.tar.gz"
asset_content_type: "application/gzip"

- name: Build and Deploy Collection
uses: artis3n/ansible_galaxy_collection@v2
with:
api_key: '${{ secrets.GALAXY_API_KEY }}'
- name: Upload collection
env:
GALAXY_API_KEY: ${{ secrets.GALAXY_API_KEY }}
VERSION: ${{ steps.get_version.outputs.VERSION }}
run: |
ansible-galaxy collection publish build/mrsuicideparrot-proxmox_plugin-$VERSION.tar.gz --api-key=$GALAXY_API_KEY
1 change: 1 addition & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
requires_ansible: ">=2.10"

0 comments on commit 48f5dfd

Please sign in to comment.