diff --git a/.github/workflows/release-commit.yml b/.github/workflows/release-commit.yml index b70b151a..7172083c 100644 --- a/.github/workflows/release-commit.yml +++ b/.github/workflows/release-commit.yml @@ -67,9 +67,6 @@ jobs: - name: Install dependencies run: npm ci - - name: Build project - run: npm run build - - name: Initialize git user email run: git config --global user.email "${{ vars.RELEASE_USER_EMAIL }}" diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index c014a176..a71a694a 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -26,9 +26,6 @@ jobs: - name: Run integration tests run: npm run if-check -- -d manifests/outputs - - name: Build project - run: npm run build - - name: Initialize git user email run: git config --global user.email "${{ env.RELEASE_USER_EMAIL }}"