File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -119,11 +119,11 @@ jobs:
119119
120120 # Tap FusionAuth Homebrew formulae.
121121 - name : Tap FusionAuth Homebrew formulae
122- run : brew tap fusionauth/fusionauth@${{ env.fusionauth-docker-image-version }}
122+ run : brew tap fusionauth/fusionauth
123123
124124 # Install FusionAuth App with brew.
125125 - name : Install FusionAuth App
126- run : brew install fusionauth-app@${{ env.fusionauth-docker-image-version }} -v
126+ run : brew install fusionauth-app -v
127127
128128 # Configure FusionAuth App with silent mode.
129129 - name : Configure FusionAuth App
Original file line number Diff line number Diff line change @@ -148,11 +148,11 @@ jobs:
148148
149149 # Tap FusionAuth Homebrew formulae.
150150 - name : Tap FusionAuth Homebrew formulae
151- run : brew tap fusionauth/fusionauth@${{ env.fusionauth-docker-image-version }}
151+ run : brew tap fusionauth/fusionauth
152152
153153 # Install FusionAuth App with brew.
154154 - name : Install FusionAuth App
155- run : brew install fusionauth-app@${{ env.fusionauth-docker-image-version }} -v
155+ run : brew install fusionauth-app -v
156156
157157 # Configure FusionAuth App with silent mode.
158158 - name : Configure FusionAuth App
Original file line number Diff line number Diff line change @@ -115,11 +115,11 @@ jobs:
115115
116116 # Tap FusionAuth Homebrew formulae.
117117 - name : Tap FusionAuth Homebrew formulae
118- run : brew tap fusionauth/fusionauth@${{ matrix.fusionauth-docker-image-version }}
118+ run : brew tap fusionauth/fusionauth
119119
120120 # Install FusionAuth App with brew.
121121 - name : Install FusionAuth App
122- run : brew install fusionauth-app@${{ matrix.fusionauth-docker-image-version }} -v
122+ run : brew install fusionauth-app -v
123123
124124 # Configure FusionAuth App with silent mode.
125125 - name : Configure FusionAuth App
You can’t perform that action at this time.
0 commit comments