diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 004ae9a6..d0d2d8ca 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,7 +56,7 @@ jobs: env: SEM_VER: ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }} COMMIT_SHA: ${{ steps.release.outputs.sha }} - run: make build && ls -al + run: make build - name: Upload Release Artifact if: ${{ steps.release.outputs.release_created }}