We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbef8b2 commit 8ae4d5bCopy full SHA for 8ae4d5b
.github/actions/release-project/action.yml
@@ -30,13 +30,3 @@ runs:
30
zip -r ${{ inputs.bundle_filename }} .
31
gh release upload ${{ inputs.tag }} ${{ inputs.bundle_filename }}
32
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