From e24ce0eab6d209c52b52f9d21c27ec167b9e6fe5 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Fri, 16 Aug 2024 15:48:34 +0200 Subject: [PATCH] :'''( --- .github/workflows/release-workflows.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release-workflows.yaml b/.github/workflows/release-workflows.yaml index c5480da6..1157e203 100644 --- a/.github/workflows/release-workflows.yaml +++ b/.github/workflows/release-workflows.yaml @@ -32,14 +32,6 @@ jobs: release_version: ${{ steps.version.outputs.version }} config_file: changelog-ci-config.json - - name: Commit and push updated info.xml and changelog.md - run: | - git config user.name "github-actions[bot]" - git config user.email "github-actions[bot]@users.noreply.github.com" - git add changelog.md - git commit -m "Update version and summary in info.xml to ${{ steps.version.outputs.version }}" - git push origin ${{ github.head_ref }} - - name: Use the version run: | echo ${{ steps.version.outputs.version }}