Skip to content

Commit 1269b52

Browse files
committed
fixup! Brew untap hashicorp
1 parent 3750e8d commit 1269b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-brew.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Checkout PR
117117
run: |
118118
brew tap ${{ env.TAP }}
119-
brew untap --force hashicorp/tap
119+
if brew tap | grep -wq hashicorp ; then brew untap --force hashicorp/tap ; fi
120120
brew update-reset
121121
cd $(brew --repo ${{ env.TAP }})
122122
git remote add fork-repo ${{ env.FORK_REPO }}

0 commit comments

Comments
 (0)