Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
solaoi committed Jul 21, 2022
1 parent d1dfbc5 commit ded8e02
Show file tree
Hide file tree
Showing 3 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 @@ -66,7 +66,7 @@ jobs:

homebrew:
runs-on: ubuntu-latest
needs: release
needs: upload-release
steps:
- name: Update Homebrew Formula
uses: izumin5210/action-homebrew-tap@releases/v0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ brew upgrade broly
```sh
# Install with wget or curl
## set the latest version on releases.
VERSION=v0.1.5
VERSION=v0.1.6
## set the OS you use. (linux or macos)
OS=linux
## case you use wget
Expand Down
2 changes: 1 addition & 1 deletion broly.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.1.5"
version = "0.1.6"
author = "solaoi"
description = "HighPerformance Stub Server"
license = "MIT"
Expand Down

0 comments on commit ded8e02

Please sign in to comment.