Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
abadhwar committed Feb 8, 2022
1 parent 848b987 commit 2287ae3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -157,4 +156,4 @@ jobs:
SLACK_ICON_EMOJI: ":ship:"
SLACK_TITLE: "Twilio Cli-core"
SLACK_MESSAGE: 'Release workflow Failed'
MSG_MINIMAL: actions url
MSG_MINIMAL: actions url

0 comments on commit 2287ae3

Please sign in to comment.