mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-13 23:57:11 +00:00
Merge pull request #42 from prometheus-community/superq/fixup_publish
packaging: Fix publish action version
This commit is contained in:
commit
4363ad1730
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -27,6 +27,6 @@ jobs:
|
|||
overwrite: true
|
||||
|
||||
- name: "Publish collection on galaxy"
|
||||
uses: ansible/ansible-publish-action@v1
|
||||
uses: ansible/ansible-publish-action@v1.0.0
|
||||
with:
|
||||
api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
|
||||
|
|
Loading…
Reference in a new issue