File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -85,19 +85,19 @@ jobs:
85
85
asset_content_type : application/x-deb
86
86
87
87
88
- homebrew-pr :
89
- runs-on : macos-10.15
90
- steps :
91
- - name : Get release tag name
92
- # The GITHUB_REF we get has refs/tags/ in front of the tag name so we
93
- # strip that here
94
- run : echo "::set-env name=RELEASE_TAG::${GITHUB_REF/refs\/tags\/}"
95
- - name : Create homebrew PR
96
- run : |
97
- brew update-reset
98
- brew bump-formula-pr --tag "$RELEASE_TAG" --revision "$GITHUB_SHA" cbmc
99
- env :
100
- HOMEBREW_GITHUB_API_TOKEN : ${{ secrets.DB_CI_CPROVER_ACCESS_TOKEN }}
88
+ # homebrew-pr:
89
+ # runs-on: macos-10.15
90
+ # steps:
91
+ # - name: Get release tag name
92
+ # # The GITHUB_REF we get has refs/tags/ in front of the tag name so we
93
+ # # strip that here
94
+ # run: echo "::set-env name=RELEASE_TAG::${GITHUB_REF/refs\/tags\/}"
95
+ # - name: Create homebrew PR
96
+ # run: |
97
+ # brew update-reset
98
+ # brew bump-formula-pr --tag "$RELEASE_TAG" --revision "$GITHUB_SHA" cbmc
99
+ # env:
100
+ # HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.DB_CI_CPROVER_ACCESS_TOKEN }}
101
101
102
102
windows-msi-package :
103
103
runs-on : windows-2019
You can’t perform that action at this time.
0 commit comments