diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c153e2a..51fa4f3e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: token-validation: runs-on: ubuntu-latest steps: - - name: Validate REPO_ACCESS_TOKEN + - name: Validate REPO_ACCESS_TOKEN uses: actions/checkout@v2 with: repository: 'twilio/twilio-oai' @@ -66,8 +66,7 @@ jobs: run: make test update-api-specs: runs-on: ubuntu-latest - needs: [ token-validation ] -# needs: [test] + needs: [ test ] outputs: change-log: ${{ steps.update-specs.outputs.change-log }} version-type: ${{ steps.update-specs.outputs.version-type }} @@ -157,4 +156,4 @@ jobs: SLACK_ICON_EMOJI: ":ship:" SLACK_TITLE: "Twilio Cli-core" SLACK_MESSAGE: 'Release workflow Failed' - MSG_MINIMAL: actions url \ No newline at end of file + MSG_MINIMAL: actions url