Skip to content

Commit 69dda01

Browse files
authored
updated the steps to the galaxy.yml update gets included. (#11)
1 parent 0bc5466 commit 69dda01

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish-to-ansible-galaxy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
release:
44
types: [published]
55
jobs:
6-
update-version:
6+
update-version-and-publish:
77
permissions:
88
contents: write
99
runs-on: ubuntu-latest
@@ -25,11 +25,6 @@ jobs:
2525
file_pattern: "galaxy.yml"
2626
push_options: --force
2727

28-
ansible-publish:
29-
runs-on: ubuntu-latest
30-
steps:
31-
- uses: actions/checkout@v4
32-
3328
- uses: ansible/ansible-publish-action@v1.0.0
3429
with:
3530
api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}

0 commit comments

Comments
 (0)