diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ed4a4a1f6..725730b7c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -165,12 +165,6 @@ jobs: - name: Build Packages run: yarn build - - name: Debug version - run: | - echo "Current commit: $(git rev-parse HEAD)" - echo "Package version: $(cat packages/element/package.json | grep '"version"' | head -1)" - ls -la packages/element/ - - name: Build Docs run: yarn build:storybook:ci