Skip to content

Commit c0849f3

Browse files
committed
fix: test release
1 parent e8f5eb3 commit c0849f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +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": "changelog7", "version-type": "2", "homebrew-branch": "${{github.event.inputs.homebrew-branch}}", "homebrew-prerelease": "${{github.event.inputs.homebrew-prerelease}}" }'
183-
CLI_CORE_TAG: ${{needs.release.outputs.tag-name}}
182+
INPUTS: '{ "change-log": "changelog8", "version-type": "2", "homebrew-branch": "${{github.event.inputs.homebrew-branch}}", "homebrew-prerelease": "${{github.event.inputs.homebrew-prerelease}}", "tag-name": "7.28.0-alpha.1" }'
184183
# notify-complete-fail:
185184
# if: ${{ (needs.cli-token-validation.result != 'failure' || needs.cli-core-token-validation.result != 'failure' ) && (failure() || cancelled()) }}
186185
# needs: [ triggerCliWorkflow ]

0 commit comments

Comments
 (0)