diff --git a/.github/workflows/oclif-release.yml b/.github/workflows/oclif-release.yml index d0ca34b50..ae7d49ba6 100644 --- a/.github/workflows/oclif-release.yml +++ b/.github/workflows/oclif-release.yml @@ -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: @@ -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