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 50a8a17 commit 4f44d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: |
git fetch origin
git checkout chrome
git stash push -m "Stash manifest.json before update" -- manifest.json
cp manifest.json manifest.json.v3
git reset --hard origin/develop
git stash pop
mv manifest.json.v3 manifest.json
- name: Run porting script
run: bash tools/chromeify.sh
Expand Down

0 comments on commit 4f44d85

Please sign in to comment.