Skip to content

Commit

Permalink
Fix deploy collection in galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSuicideParrot committed Dec 23, 2021
1 parent 38f8c1f commit e73f9ad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v2

# Extract the version from the tag name so it can be used later.
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
Expand Down Expand Up @@ -52,7 +51,7 @@ jobs:
asset_name: "mrsuicideparrot-proxmox_plugin-${{ steps.get_version.outputs.VERSION }}.tar.gz"
asset_content_type: "application/gzip"

- name: Push to Ansible Galaxy
uses: robertdebock/[email protected]
- name: Build and Deploy Collection
uses: artis3n/ansible_galaxy_collection@v2
with:
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
api_key: '${{ secrets.GALAXY_API_KEY }}'

0 comments on commit e73f9ad

Please sign in to comment.