Skip to content

Commit

Permalink
Merge pull request #3 from robzr/hotfix/fix_test
Browse files Browse the repository at this point in the history
[hotfix] fix tests workflow
  • Loading branch information
robzr committed Feb 22, 2024
2 parents 4799c90 + 3dcf846 commit 6b26ed2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- run: |
# test Homebrew Formula
homebrew/make.sh
git diff --check
git diff --exit-code
shell: bash
- if: always()
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion homebrew/sver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Sver < Formula
desc "Semver (Semantic Version) parsing & utility script and function library in pure bash"
homepage "https://github.com/robzr/sver"
url "https://github.com/robzr/sver/releases/download/v1.0.0/sver"
sha256 "1f1c3b26e980f8b89d2c13030a63074b6af6784c067cd0e7f612d247d2384fa5"
sha256 "a5571a9bac577819943fb72c23ce7a9989f8e61b39f68522b5625dba4586b77a"
license "CC-BY-SA-3.0"

def install
Expand Down

0 comments on commit 6b26ed2

Please sign in to comment.