Skip to content

Commit

Permalink
homebrew bump formula
Browse files Browse the repository at this point in the history
  • Loading branch information
scullionw committed Dec 31, 2021
1 parent 587a17f commit c022c69
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,17 @@ jobs:
asset_path: dirstat-rs-${{ steps.get_version.outputs.version }}-universal-apple-darwin.tar.gz
asset_name: dirstat-rs-${{ steps.get_version.outputs.version }}-universal-apple-darwin.tar.gz
asset_content_type: application/gzip

- uses: mislav/bump-homebrew-formula-action@v1
if: "!contains(github.ref, '-')"
with:
formula-name: dirstat-rs
formula-path: Formula/dirstat-rs.rb
homebrew-tap: scullionw/homebrew-tap
base-branch: main
download-url: https://github.com/scullionw/dirstat-rs/releases/download/${{ steps.get_version.outputs.version }}/dirstat-rs-${{ steps.get_version.outputs.version }}-universal-apple-darwin.tar.gz
download-sha256: ${{ steps.shasum.outputs.sha }}
commit-message: |
{{formulaName}} {{version}}
env:
COMMITTER_TOKEN: ${{ secrets.BREW_TOKEN }}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dirstat-rs"
version = "0.3.5"
version = "0.3.6"
authors = ["scullionw <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit c022c69

Please sign in to comment.