Skip to content

Commit c629087

Browse files
chore: Fix release CI again
1 parent b846961 commit c629087

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
git config --global user.email 'githubactions@users.noreply.github.com'
6464
git commit -am "chore: Update Ansible Galaxy file [skip ci]"
6565
git push
66+
# This can fail in cases where CI is being re-run but we've already bumped the version, so allow it to fail.
67+
continue-on-error: true
6668

6769
- name: Build the ansible galaxy collection (verifies that everything works)
6870
id: build_tarball

0 commit comments

Comments
 (0)