diff --git a/.github/workflows/release-bump.yml b/.github/workflows/release-bump.yml index 3cee020..b42ac1e 100644 --- a/.github/workflows/release-bump.yml +++ b/.github/workflows/release-bump.yml @@ -84,12 +84,12 @@ jobs: run: | brew install --build-from-source pact.rb --head pact -v - brew unlink pact + brew uninstall pact - name: Validate pact arm release run: | brew install --build-from-source pact.rb --head pact -v - brew unlink pact + brew uninstall pact - name: Update master branch with new homebrew run: |