From 38e5b082d7e2106b55c0144d8b9e2bc66a3f1164 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Sat, 26 Oct 2024 13:03:44 +0200 Subject: [PATCH] :sparkles: CI Update 6 --- .github/workflows/release.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed0f211..10f50db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,13 +34,6 @@ jobs: env: VERSION: ${{ env.version }} - - name: Commit updated Cargo.toml - run: | - git config --local user.name "github-actions[bot]" - git config --local user.email "github-actions[bot]@users.noreply.github.com" - git commit -am "Set version to $VERSION for release" - git push HEAD:${{ github.ref_name }} - # fixes missing libclang error - name: Setup | libncurses5 run: sudo apt-get install libncurses5