Skip to content

Commit 8ae4d5b

Browse files
authored
ci: removing stable branch integration (#2069)
1 parent dbef8b2 commit 8ae4d5b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/actions/release-project/action.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,3 @@ runs:
3030
zip -r ${{ inputs.bundle_filename }} .
3131
gh release upload ${{ inputs.tag }} ${{ inputs.bundle_filename }}
3232
shell: bash
33-
34-
- name: Merge main branch into stable
35-
run: |
36-
git config --global user.name "github-actions[bot]"
37-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
38-
git fetch
39-
git checkout stable-interface
40-
git merge origin/main --no-edit
41-
git push origin stable-interface
42-
shell: bash

0 commit comments

Comments
 (0)