From 4dd69bedf588541f9b3f73178fadc9fd95286fb4 Mon Sep 17 00:00:00 2001 From: rmch91 Date: Fri, 1 Mar 2024 18:50:19 +0100 Subject: [PATCH] test create PR --- .github/workflows/minor-release.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/minor-release.yml b/.github/workflows/minor-release.yml index 0b37136ecd2..deea5603ded 100644 --- a/.github/workflows/minor-release.yml +++ b/.github/workflows/minor-release.yml @@ -85,22 +85,6 @@ jobs: - name: Package installation run: npm ci - - - name: Run NPM Commands - run: | - if ! npm run config:update; then - echo "Error: The configuration file is not up to date. Regenerating dependencies..." - npm run generate:deps - npm run config:update - fi - npm run generate:deps - npm run test:all-schematics - - - name: Push Changes - run: | - git add . - git commit -m "Release ${{ env.RELEASE_BRANCH }}" - git push origin ${{ env.RELEASE_BRANCH }} - name: Create Pull Request uses: peter-evans/create-pull-request@v6