also install brew for chart releaser

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-07 12:25:39 +02:00
parent 60c741d1f4
commit a3e92a7f8d
+5 -1
View File
@@ -65,8 +65,12 @@ jobs:
with:
version: v3.5.3
- name: install chart releaser
- name: install brew and chart releaser
run: |
test -d ~/.linuxbrew && eval $(~/.linuxbrew/bin/brew shellenv)
test -d /home/linuxbrew/.linuxbrew && eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
test -r ~/.bash_profile && echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.bash_profile
echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.profile
brew tap helm/tap
brew install chart-releaser