There was an error while loading. Please reload this page.
1 parent 5a27da6 commit 71cf9e4Copy full SHA for 71cf9e4
1 file changed
.github/workflows/publish_commit.yml
@@ -113,6 +113,7 @@ jobs:
113
git checkout ${{ env.PRIMARY_BRANCH }}
114
git pull origin ${{ env.PRIMARY_BRANCH }}
115
git merge --no-edit "origin/pr-${{ env.PR_NUMBER }}"
116
+ brew trust --formula ${{ env.REPO_OWNER }}/${{ env.REPO_NAME }}/${{ env.REPO_NAME }}
117
brew bottle --merge --write \
118
"$GITHUB_WORKSPACE"/bottles/*.bottle.json
119
0 commit comments