Skip to content

Commit 2a29e05

Browse files
committed
fix: test release
1 parent eccd706 commit 2a29e05

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
@@ -179,7 +179,7 @@ jobs:
179179
WORKFLOW_NAME: 'release.yml'
180180
BRANCH_NAME: ${{github.event.inputs.cli-branch}}
181181
REPO_NAME: ${{ github.repository_owner }}/twilio-cli
182-
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}}" }'
182+
INPUTS: '{ "change-log": "change", "version-type": "2", "homebrew-branch": "${{github.event.inputs.homebrew-branch}}", "homebrew-prerelease": "${{github.event.inputs.homebrew-prerelease}}" }'
183183
CLI_CORE_TAG: ${{needs.release.outputs.tag-name}}
184184
# notify-complete-fail:
185185
# if: ${{ (needs.cli-token-validation.result != 'failure' || needs.cli-core-token-validation.result != 'failure' ) && (failure() || cancelled()) }}

0 commit comments

Comments
 (0)