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 94a0b18 commit 3a9836cCopy full SHA for 3a9836c
.github/workflows/release.yaml
@@ -57,10 +57,8 @@ jobs:
57
git config user.email 'github-actions[bot]@users.noreply.github.com'
58
- name: Update stable branch
59
run: |
60
- git checkout stable
61
- git pull
62
- git merge --no-ff main -m "Publish to stable"
63
- git push
+ git checkout -B stable main
+ git push -f origin stable
64
- name: Run publish (stable)
65
env:
66
CONTENT_BUCKET: "${{ secrets.CONTENT_BUCKET }}"
0 commit comments