Skip to content

Commit

Permalink
Add homebrew-bump-formula action to tauri.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Neved4 committed Jul 31, 2024
1 parent ac72e3a commit b1640f1
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/[email protected]
with:
with:
submodules: true
- name: Get release
id: get_release
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/[email protected]
with:
with:
submodules: true
- name: Get release
id: get_release
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/[email protected]
with:
with:
submodules: true
- name: Get release
id: get_release
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b1640f1

Please sign in to comment.