mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
ci: force push antsibull-changelog changes (#366)
##### SUMMARY pre-commit.ci automatically pushes styling commit to the release please branch and might render the checkout in CI out of sync with the origin. This makes sure the release-please workflow does not fail by force pushing to the branch.
This commit is contained in:
parent
af5308af92
commit
80d683959b
1 changed files with 5 additions and 1 deletions
6
.github/workflows/release-please.yml
vendored
6
.github/workflows/release-please.yml
vendored
|
|
@ -5,6 +5,10 @@ on:
|
|||
|
||||
name: release-please
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
release-please:
|
||||
# The secret HCLOUD_BOT_TOKEN is only available on the main repo, not in forks.
|
||||
|
|
@ -76,4 +80,4 @@ jobs:
|
|||
git add changelogs/ CHANGELOG.rst
|
||||
git commit -m "chore(main): changelog for version ${{ needs.release-please.outputs.version }}"
|
||||
|
||||
git push origin ${{ needs.release-please.outputs.branch }}
|
||||
git push --force origin ${{ needs.release-please.outputs.branch }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue