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