Skip to content

Commit

Permalink
Build(fix): corrected (hombrew) tap name
Browse files Browse the repository at this point in the history
also updated version number
  • Loading branch information
ethanmsl committed Jul 13, 2024
1 parent 7a35234 commit a4d0ee5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: "ethanmsl/rename_files"
repository: "ethanmsl/homebrew-rename_files"
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
# So we have access to the formula
- name: Fetch homebrew formulae
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rename_files"
version = "0.3.1"
version = "0.3.2"
authors = ["Ethan Skowronski-Lutz"]
edition = "2021"
repository = "https://github.com/ethanmsl/rename_files"
Expand Down Expand Up @@ -47,6 +47,6 @@ targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-
# Publish jobs to run in CI
pr-run-mode = "plan"
# A GitHub repo to push Homebrew formulas to
tap = "ethanmsl/rename_files"
tap = "ethanmsl/homebrew-rename_files"
# Publish jobs to run in CI
publish-jobs = ["homebrew"]

0 comments on commit a4d0ee5

Please sign in to comment.