diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 322e9bc..ea00ea5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,9 +24,9 @@ jobs: - name: Install shell: bash run: yarn install --frozen-lockfile --non-interactive --no-progress --prefer-offline - - name: Commit lint - shell: bash - run: yarn commitlint --from=last-release +# - name: Commit lint +# shell: bash +# run: yarn commitlint --from=last-release - name: Lint run: yarn nx affected:lint --base=last-release - name: Build