This commit is contained in:
parent
5ff1988459
commit
145ac37a8a
2 changed files with 2 additions and 2 deletions
|
@ -18,6 +18,6 @@ jobs:
|
||||||
VERSION=${GITHUB_REF#refs/tags/v}
|
VERSION=${GITHUB_REF#refs/tags/v}
|
||||||
sed -re "s/^version:.*$/version: ${VERSION}/" -i galaxy.yml
|
sed -re "s/^version:.*$/version: ${VERSION}/" -i galaxy.yml
|
||||||
- name: Upload collection to Ansible Galaxy
|
- name: Upload collection to Ansible Galaxy
|
||||||
uses: github.com/ansible/ansible-publish-action@v1.0.0
|
uses: https://github.com/ansible/ansible-publish-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
api_key: ${{ secrets.GALAXY_API_KEY }}
|
api_key: ${{ secrets.GALAXY_API_KEY }}
|
||||||
|
|
|
@ -10,4 +10,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: github.com/ansible/ansible-lint@main
|
uses: https://github.com/ansible/ansible-lint@main
|
||||||
|
|
Loading…
Reference in a new issue