mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 12:48:26 +00:00
packaging: Fix publish action version
Use the full semver version for the publish action. Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
b86afe8f52
commit
f2ef3677af
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…
Add table
Reference in a new issue