diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6ec85f3..d9c73d9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: diff --git a/homebrew/sver.rb b/homebrew/sver.rb index 33fdeba..f06b2a2 100644 --- a/homebrew/sver.rb +++ b/homebrew/sver.rb @@ -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