From 9db7d8d9dcd15a32eba46d6101caad776ebd40a1 Mon Sep 17 00:00:00 2001 From: Kay Schecker Date: Thu, 5 Nov 2020 23:36:44 +0100 Subject: [PATCH] chore: remove debug output --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6dcfc0f09cfc..eee29a68f246 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,9 +34,3 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npx semantic-release - - - name: Print Res - run: | - cd dist/apps/generator-cli - ls -la - cat package.json