We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002dd1f commit c098538Copy full SHA for c098538
.github/workflows/release.yml
@@ -99,4 +99,4 @@ jobs:
99
token: ${{ secrets.REPO_ACCESS_TOKEN }}
100
repo: twilio/twilio-cli
101
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}}" }'
+ 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