From b305ed8307bc01a279b949f1fab16ae03d98c449 Mon Sep 17 00:00:00 2001 From: Berat-Dzhevdetov <56674380+Berat-Dzhevdetov@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:37:27 +0300 Subject: [PATCH] Remove Commit version bump in different branch step (#92) --- .github/workflows/release.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9018952..e3d8352 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,16 +87,16 @@ jobs: id: build-ui-job run: npm run build - - name: Commit version bump in different branch - id: create-release-branch - run: | - git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git config user.name "github-actions[bot]" - - git checkout -b version-bump/$RELEASE_TAG - git add package.json - git commit -am "Bump version to $RELEASE_TAG" - git push origin version-bump/$RELEASE_TAG + # - name: Commit version bump in different branch + # id: create-release-branch + # run: | + # git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + # git config user.name "github-actions[bot]" + # + # git checkout -b version-bump/$RELEASE_TAG + # git add package.json + # git commit -am "Bump version to $RELEASE_TAG" + # git push origin version-bump/$RELEASE_TAG - name: Create Pull Request uses: peter-evans/create-pull-request@v7