Skip to content

Commit 091ac64

Browse files
committed
Include docs-version metadata in Homebrew install
1 parent e6eb2fd commit 091ac64

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ jobs:
170170
(share/"mux").install "docs"
171171
(share/"mux").install "skill"
172172
(share/"mux").install "AGENTS.md"
173+
(share/"mux").install "docs-version.json"
173174
end
174175
end
175176

Formula/mux.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def install
3737
(share/"mux").install "docs"
3838
(share/"mux").install "skill"
3939
(share/"mux").install "AGENTS.md"
40+
(share/"mux").install "docs-version.json"
4041
end
4142
end
4243

0 commit comments

Comments
 (0)