Skip to content

Commit 3b9293b

Browse files
authored
Merge pull request #52 from A3S-Lab/fix/homebrew-smoke-tap-trust-20260723
ci(release): trust Homebrew tap in reinstall smoke
2 parents 928596e + 0fd1b70 commit 3b9293b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,6 +1101,7 @@ jobs:
11011101
set -euo pipefail
11021102
version="${GITHUB_REF_NAME#v}"
11031103
brew tap a3s-lab/tap https://github.com/A3S-Lab/homebrew-tap
1104+
brew trust --tap a3s-lab/tap
11041105
brew install a3s-lab/tap/a3s
11051106
test "$(brew list --versions a3s | awk '{print $2}')" = "$version"
11061107
brew test a3s-lab/tap/a3s

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Trusted the official A3S tap before release smoke installation so current
13+
Homebrew versions can resolve the tap-owned `a3s-webview` dependency.
14+
1015
## [0.10.2] - 2026-07-23
1116

1217
### Fixed

0 commit comments

Comments
 (0)