ci: update homebrew release step to trust the tap
Release G-Man Homebrew tap / test (ubuntu-latest) (push) Failing after 9s
Release G-Man Homebrew tap / test (macOS-latest) (push) Has been cancelled

This commit is contained in:
2026-06-30 14:26:01 -06:00
parent 009fef7dd4
commit d4f4f28b91
+2
View File
@@ -18,6 +18,7 @@ jobs:
(echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> /home/runner/.bash_profile (echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> /home/runner/.bash_profile
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew tap dark-alex-17/gman $(pwd) brew tap dark-alex-17/gman $(pwd)
brew trust --tap dark-alex-17/managarr
brew install --build-bottle --verbose gman brew install --build-bottle --verbose gman
gman -h gman -h
- name: Build and release MacOS G-Man Tap - name: Build and release MacOS G-Man Tap
@@ -28,5 +29,6 @@ jobs:
(echo; echo 'eval "$(/usr/local/bin/brew shellenv)"') >> /Users/runner/.bash_profile (echo; echo 'eval "$(/usr/local/bin/brew shellenv)"') >> /Users/runner/.bash_profile
eval "$(/usr/local/bin/brew shellenv)" eval "$(/usr/local/bin/brew shellenv)"
brew tap dark-alex-17/gman $(pwd) brew tap dark-alex-17/gman $(pwd)
brew trust --tap dark-alex-17/managarr
brew install --build-bottle --verbose gman brew install --build-bottle --verbose gman
gman -h gman -h