Skip to content

Commit c098538

Browse files
Corrected the homebrew inputs for the workflow (#154)
1 parent 002dd1f commit c098538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ jobs:
9999
token: ${{ secrets.REPO_ACCESS_TOKEN }}
100100
repo: twilio/twilio-cli
101101
ref: ${{ github.event.inputs.cli-branch }}
102-
inputs: '{ "change-log": ${{ toJSON(needs.update-api-specs.outputs.change-log) }}, "version-type": "${{needs.update-api-specs.outputs.version-type}}", "home-brew-branch": "${{github.event.inputs.homebrew-branch}}", "pre-release": "${{github.event.inputs.homebrew-prerelease}}" }'
102+
inputs: '{ "change-log": ${{ toJSON(needs.update-api-specs.outputs.change-log) }}, "version-type": "${{needs.update-api-specs.outputs.version-type}}", "homebrew-branch": "${{github.event.inputs.homebrew-branch}}", "homebrew-prerelease": "${{github.event.inputs.homebrew-prerelease}}" }'

0 commit comments

Comments
 (0)