diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5eec237..83383a5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: - run: brew test-bot --only-tap-syntax - run: | - brew test-bot --only-formulae --only-json-tab --skip-recursive-dependents" + brew test-bot --only-formulae if: github.event_name == 'pull_request' - name: Upload bottles as artifact diff --git a/Formula/educates-cli.rb b/Formula/educates-cli.rb index b26da19..059f075 100644 --- a/Formula/educates-cli.rb +++ b/Formula/educates-cli.rb @@ -17,7 +17,7 @@ class EducatesCli < Formula intel: "985ebb79187e95b49c5bd6178cb14946faae9e711db5106fedc82efde6832f54" elsif OS.linux? url "https://github.com/vmware-tanzu-labs/educates-training-platform/releases/download/#{version}/educates-linux-#{arch}" - sha256 arm: "f4fb95b6074be6345281afc7dc0879a8214643a9398d8fc399d391e864b15630" + sha256 arm: "f4fb95b6074be6345281afc7dc0879a8214643a9398d8fc399d391e864b15630", intel: "4d068b31b662dc6b260e854115493f5e12859b6a30c1e5a56ee24aeb1459e8d8" end diff --git a/README.md b/README.md index e6e9b06..4bd3123 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,10 @@ Or `brew tap educates/educates` and then `brew install `. Once the formula is ready to publish, veryify it with: ``` -brew audit --strict --tap educates/educates --new --online +brew audit --strict --new ``` + To push to the repo: ```