Skip to content

Commit

Permalink
Fixing the indentation issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravali-rimmalapudi authored Sep 28, 2021
1 parent 316aeb6 commit 18d3d68
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Update release
if: ${{steps.semantic-release.outputs.tag-name != ''}}
run: node .github/scripts/update-release.js
env:
GITHUB_TOKEN: ${{ github.token }}
TAG_NAME: ${{steps.semantic-release.outputs.tag-name}}
RELEASE_BODY: ${{github.event.inputs.change-log}}
REPO_NAME: twilio/twilio-cli-core
if: ${{steps.semantic-release.outputs.tag-name != ''}}
run: node .github/scripts/update-release.js
env:
GITHUB_TOKEN: ${{ github.token }}
TAG_NAME: ${{steps.semantic-release.outputs.tag-name}}
RELEASE_BODY: ${{github.event.inputs.change-log}}
REPO_NAME: twilio/twilio-cli-core
oclif-release:
runs-on: ubuntu-latest
needs: [ release ]
Expand Down

0 comments on commit 18d3d68

Please sign in to comment.