diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 341c33862..2413ac780 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,11 +37,11 @@ jobs: - name: Install modules run: npm ci - # - name: Build icons - # run: npm run build:icons + - name: Build icons + run: npm run build:icons - # - name: Lerna version - # run: lerna version --conventional-commits --no-changelog --no-push --yes + - name: Lerna version + run: lerna version --conventional-commits --no-changelog --no-push --yes - name: Display modified files run: |