From b1640f19889c16691e8b7c841e6d096a642ebe89 Mon Sep 17 00:00:00 2001 From: Neveda <63655535+Neved4@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:50:06 +0200 Subject: [PATCH] Add `homebrew-bump-formula` action to tauri.yml --- .github/workflows/tauri.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index 83871c1..2e933e4 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4.1.7 - with: + with: submodules: true - name: Get release id: get_release @@ -69,7 +69,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4.1.7 - with: + with: submodules: true - name: Get release id: get_release @@ -126,7 +126,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4.1.7 - with: + with: submodules: true - name: Get release id: get_release @@ -172,6 +172,13 @@ jobs: src-tauri/target/universal-apple-darwin/release/bundle/dmg/Cinny_desktop-universal.dmg src-tauri/target/universal-apple-darwin/release/bundle/macos/Cinny_desktop-universal.app.tar.gz src-tauri/target/universal-apple-darwin/release/bundle/macos/Cinny_desktop-universal.app.tar.gz.sig + - name: Update Homebrew formula + uses: dawidd6/action-homebrew-bump-formula@v3 + with: + token: ${{secrets.TOKEN}} + no_fork: true + tap: cinnyapp/cinny-desktop + formula: cinny # Upload release.json release-update: