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 ba98236 commit a5f09b2Copy full SHA for a5f09b2
.github/workflows/goreleaser.yml
@@ -28,13 +28,3 @@ jobs:
28
macos_notary_issuer_id: ${{ secrets.MACOS_NOTARY_ISSUER_ID }}
29
macos_notary_key_id: ${{ secrets.MACOS_NOTARY_KEY_ID }}
30
macos_notary_key: ${{ secrets.MACOS_NOTARY_KEY }}
31
- homebrew:
32
- name: Bump Homebrew formula
33
- runs-on: ubuntu-latest
34
- steps:
35
- - uses: mislav/bump-homebrew-formula-action@v3
36
- with:
37
- # A PR will be sent to github.com/Homebrew/homebrew-core to update this formula:
38
- formula-name: vhs
39
- env:
40
- COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
0 commit comments