Skip to content

Commit

Permalink
feat: test for the MVR
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutiburman committed Jan 14, 2022
1 parent 4380dac commit 4cc65ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
REPO_ACCESS_TOKEN: ${{ github.token }}
TAG_NAME: ${{ steps.semantic-release.outputs.TAG_NAME }}
RELEASE_BODY: ${{needs.update-api-specs.outputs.change-log}}
REPO_NAME: twilio/twilio-cli-core
REPO_NAME: shrutiburman/twilio-cli-core
triggerCliWorkflow:
runs-on: ubuntu-latest
needs: [ update-api-specs, release]
Expand All @@ -121,7 +121,7 @@ jobs:
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
WORKFLOW_NAME: 'release.yml'
BRANCH_NAME: ${{github.event.inputs.cli-branch}}
REPO_NAME: twilio/twilio-cli
REPO_NAME: shrutiburman/twilio-cli
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}}" }'
notify-complete-fail:
if: ${{ failure() || cancelled() }}
Expand Down
7 changes: 6 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@
"changelogFile": "CHANGES.md"
}
],
"@semantic-release/npm",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/github",
{
Expand Down

0 comments on commit 4cc65ae

Please sign in to comment.