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 e217dc6 commit 50f61cfCopy full SHA for 50f61cf
.github/workflows/publish-release-packages.yaml
@@ -13,10 +13,16 @@ on:
13
required: true
14
type: string
15
description: "The github release which will be published"
16
+ do_brew:
17
+ required: false
18
+ default: true
19
+ type: boolean
20
+ description: "Publish to brew repository"
21
22
jobs:
23
publish-brew:
24
runs-on: ubuntu-latest
25
+ if: ${{ inputs.do_brew }}
26
steps:
27
- name: Checkout source code
28
uses: actions/checkout@v3
0 commit comments