From 3e5742be0d625677f2c086c318e5bd631829d7ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= <91018726+mauro-balades@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:44:58 -0700 Subject: [PATCH] Update alpha.yml --- .github/workflows/alpha.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 8e3c745ac..8c3c3d0f1 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -468,6 +468,12 @@ jobs: runs-on: ubuntu-latest steps: + - name: Clone flatpak repo + uses: actions/checkout@v4 + with: + repository: flathub/io.github.zen_browser.zen + token: ${{ secrets.DEPLOY_KEY }} + - name: Setup git run: | git config --global user.name "github-actions[bot]" @@ -486,10 +492,10 @@ jobs: - name: Update zen-browser Cask run: sh .github/workflows/src/update-homebrew.sh - - name: Commit changes - run: | - git add Casks/zen-browser.rb - git commit -m "Updated Homebrew Cask" + - name: Clean up + run: | + rm -rf zen.macos-x64.dmg + rm -rf zen.macos-aarch64.dmg - uses: stefanzweifel/git-auto-commit-action@v4 if: ${{ github.event.inputs.update_version == 'true' }} @@ -498,7 +504,3 @@ jobs: commit_user_name: Zen Browser Robot commit_user_email: zen-browser-bot@users.noreply.github.com - - name: Clean up - run: | - rm -rf zen.macos-aarch64.dmg - rm -rf zen.macos-aarch64.dmg