diff --git a/.github/workflows/publish_ansible_collection.yml b/.github/workflows/publish_ansible_collection.yml index a55b7e0..365744e 100644 --- a/.github/workflows/publish_ansible_collection.yml +++ b/.github/workflows/publish_ansible_collection.yml @@ -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: |