-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
38f8c1f
commit e73f9ad
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/} | ||
|
@@ -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 }}' |