Skip to content

Commit

Permalink
Update publish_ansible_collection.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kvelarde-itential authored Aug 6, 2024
1 parent 542b551 commit e51ea6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_ansible_collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
git add CHANGELOG.md
- name: Commit changes
run: |
git commit -m "Update galaxy version and changelog for release ${{env.GALAXY_VERSION}}"
git commit -m "Update galaxy version and changelog for release ${{ env.GALAXY_VERSION }} [skip ci]"
git push origin HEAD:main
- name: Update release tag
run: |
Expand Down

0 comments on commit e51ea6c

Please sign in to comment.