diff --git a/.github/workflows/feature-branch-prerelease.yml b/.github/workflows/feature-branch-prerelease.yml index 56fe19f..09fb857 100644 --- a/.github/workflows/feature-branch-prerelease.yml +++ b/.github/workflows/feature-branch-prerelease.yml @@ -68,10 +68,6 @@ jobs: run: | yarn test - - name: Lint all packages - run: | - yarn lint - - name: Configure Git User run: | git config --global user.name amplitude-sdk-bot