Skip to content

Commit

Permalink
fix: testing all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutiburman committed Sep 13, 2022
1 parent b48a2c2 commit c6221f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/oclif-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
echo "Inside dist ---->"
ls
# for file in *; do mv "${file}" "${file/-${{ steps.get-sha.outputs.SHA_SHORT }}/}"; done
# ls

- name: Configure AWS credentials from Test account
uses: aws-actions/configure-aws-credentials@v1
with:
Expand All @@ -59,7 +57,6 @@ jobs:
id: sha256
if: ${{matrix.publish == 'homebrew'}}
run: |
npm install -g @oclif/dev-cli
npx oclif-dev publish
brew install coreutils
if [ "${{github.event.inputs.formula}}" == "twiliorc" ]; then
Expand Down

0 comments on commit c6221f9

Please sign in to comment.