diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 488e403..2ced093 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -51,6 +51,7 @@ jobs: git config user.name github-actions git config user.email github-actions@github.com nix flake update --accept-flake-config + ./packages/zen-browser-unwrapped/update.sh git diff if [[ -n $(git status -s) ]]; then echo "CHANGED=true" >> $GITHUB_OUTPUT @@ -226,6 +227,7 @@ jobs: git config user.name github-actions git config user.email github-actions@github.com nix flake update --accept-flake-config + ./packages/zen-browser-unwrapped/update.sh git diff if [[ -n $(git status -s) ]]; then echo "CHANGED=true" >> $GITHUB_OUTPUT