Skip to content

Commit

Permalink
Attempting to fix Homebrew release due to homebrew repo sharding
Browse files Browse the repository at this point in the history
  • Loading branch information
thedodd committed Aug 22, 2023
1 parent a94e716 commit ac06a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,6 @@ jobs:
- uses: mislav/bump-homebrew-formula-action@v2
with:
formula-name: trunk
formula-path: Formula/t/trunk.rb
env:
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trunk"
version = "0.17.4"
version = "0.17.5"
edition = "2021"
description = "Build, bundle & ship your Rust WASM application to the web."
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit ac06a17

Please sign in to comment.