Skip to content

Commit

Permalink
Update update-chrome.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzocaputo authored Dec 8, 2024
1 parent d002732 commit f9316c0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/update-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,13 @@ jobs:
git fetch origin
git checkout chrome
git reset --hard origin/develop
git restore manifest.json
git restore manifest.json
- name: Run porting script
run: bash tools/port.sh

- name: Push updates to Chrome branch
run: |
git add src/ assets/
git commit -m "Update Chrome version"
git push origin chrome --force

0 comments on commit f9316c0

Please sign in to comment.