From 18d3d685159cac027298998a95d9dd2aa35eba86 Mon Sep 17 00:00:00 2001 From: ravali-rimmalapudi <83863595+ravali-rimmalapudi@users.noreply.github.com> Date: Tue, 28 Sep 2021 21:47:35 +0530 Subject: [PATCH] Fixing the indentation issue. --- .github/workflows/release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7475087ca..cee2cead7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 ]