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.
2 parents b789e07 + 4722169 commit b49f31fCopy full SHA for b49f31f
.github/workflows/release-packages.yaml
@@ -53,6 +53,7 @@ jobs:
53
run: echo "::set-env name=RELEASE_TAG::${GITHUB_REF/refs\/tags\/}"
54
- name: Create homebrew PR
55
run: |
56
+ brew update-reset
57
brew bump-formula-pr --tag "$RELEASE_TAG" --revision "$GITHUB_SHA" cbmc
58
env:
59
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.DB_CI_CPROVER_ACCESS_TOKEN }}
0 commit comments