diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 9b95aae28..9aac94c45 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -61,6 +61,7 @@ jobs: run: | git config --global user.email "175486441+homarr-releases[bot]@users.noreply.github.com" git config --global user.name "Releases Homarr" + git checkout -b update-bug-report-template git add . git commit -m "chore: update bug report template"