updated the steps to the galaxy.yml update gets included.
This commit is contained in:
parent
0bc546671e
commit
2c45df6a4d
|
|
@ -3,7 +3,7 @@ on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
jobs:
|
jobs:
|
||||||
update-version:
|
update-version-and-publish:
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -25,11 +25,6 @@ jobs:
|
||||||
file_pattern: "galaxy.yml"
|
file_pattern: "galaxy.yml"
|
||||||
push_options: --force
|
push_options: --force
|
||||||
|
|
||||||
ansible-publish:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- uses: ansible/ansible-publish-action@v1.0.0
|
- uses: ansible/ansible-publish-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
|
api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue