We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3750e8d commit 1269b52Copy full SHA for 1269b52
.github/workflows/release-brew.yaml
@@ -116,7 +116,7 @@ jobs:
116
- name: Checkout PR
117
run: |
118
brew tap ${{ env.TAP }}
119
- brew untap --force hashicorp/tap
+ if brew tap | grep -wq hashicorp ; then brew untap --force hashicorp/tap ; fi
120
brew update-reset
121
cd $(brew --repo ${{ env.TAP }})
122
git remote add fork-repo ${{ env.FORK_REPO }}
0 commit comments