Skip to content

Commit 79b5b57

Browse files
committed
release automation
1 parent 7090288 commit 79b5b57

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/update-versions-next-dev-iteration.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ jobs:
3737
echo "Next stable version: ${{ env.NEXT_STABLE_VERSION }}"
3838
echo "Next beta version: ${{ env.NEXT_BETA_VERSION }}"
3939
40-
- name: Create and switch to new branch
41-
run: |
42-
BRANCH_NAME=update-versions-${{ env.NEXT_STABLE_VERSION }}
43-
echo "branchName=$BRANCH_NAME" >> $GITHUB_ENV
44-
git checkout -b "$BRANCH_NAME"
45-
4640
- name: Extract current stable version property
4741
id: extract-current-stable
4842
run: |
@@ -90,4 +84,4 @@ jobs:
9084
9185
git add .
9286
git commit -m "Update versions to ${{ env.NEXT_STABLE_VERSION }} and ${{ env.NEXT_BETA_VERSION }}"
93-
git push origin "$branchName"
87+
git push origin main

0 commit comments

Comments
 (0)