Skip to content

Commit

Permalink
Added bump homebrew formula action
Browse files Browse the repository at this point in the history
  • Loading branch information
raphtlw committed Jan 29, 2022
1 parent a64ed1c commit e92dbdc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,12 @@ jobs:
with:
files: ${{ github.workspace }}/m1necraft*
generate_release_notes: true
bump-homebrew-formula:
runs-on: macos-latest
steps:
- name: Homebrew bump formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
tap: raphtlw/homebrew-tap
formula: m1necraft
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,7 +1,7 @@
[package]
name = "m1necraft"
description = "Minecraft compiled for Apple Silicon."
version = "0.1.2"
version = "0.1.3"
authors = ["Raphael <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit e92dbdc

Please sign in to comment.