Skip to content

Commit

Permalink
Remove Commit version bump in different branch step
Browse files Browse the repository at this point in the history
  • Loading branch information
Berat-Dzhevdetov committed Sep 26, 2024
1 parent 6e45ba3 commit b30941e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b30941e

Please sign in to comment.