From a5c52a6c6631ee1a287f3eb928893b73b2f18ecc Mon Sep 17 00:00:00 2001 From: Emanuel Palm Date: Fri, 5 Jan 2024 18:12:47 +0100 Subject: [PATCH] change from main branch --- .github/workflows/PublishReleaseAndModule.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/PublishReleaseAndModule.yml b/.github/workflows/PublishReleaseAndModule.yml index 9d2c7de..5ede323 100644 --- a/.github/workflows/PublishReleaseAndModule.yml +++ b/.github/workflows/PublishReleaseAndModule.yml @@ -45,9 +45,10 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + git checkout -b changelog/${{ github.ref_name }} git add CHANGELOG.md git commit -m "docs: update changelog for ${{ github.ref_name }}" - git push + git push origin changelog/${{ github.ref_name }} - name: Create Pull Request id: create-pull-request