ci: update homebrew release step to trust the tap
This commit is contained in:
@@ -18,6 +18,7 @@ jobs:
|
||||
(echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> /home/runner/.bash_profile
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
brew tap dark-alex-17/gman $(pwd)
|
||||
brew trust --tap dark-alex-17/managarr
|
||||
brew install --build-bottle --verbose gman
|
||||
gman -h
|
||||
- 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
|
||||
eval "$(/usr/local/bin/brew shellenv)"
|
||||
brew tap dark-alex-17/gman $(pwd)
|
||||
brew trust --tap dark-alex-17/managarr
|
||||
brew install --build-bottle --verbose gman
|
||||
gman -h
|
||||
|
||||
Reference in New Issue
Block a user