Skip to content

Commit 9581771

Browse files
committed
chore: Update release workflow and rebase onto main
1 parent b0c49be commit 9581771

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,9 @@ jobs:
3333
ref: firefox
3434

3535
- name: Rebase onto main
36-
uses: martincostello/[email protected]
37-
id: rebase
38-
39-
- name: Push changes
40-
if : ${{ steps.rebase.outputs.result == 'success' }}
41-
run: git push --force-with-lease origin firefox
36+
run: |
37+
git fetch origin
38+
git rebase origin/main || exit 1
4239
4340
update_docs:
4441
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)