Skip to content

Commit

Permalink
test create PR
Browse files Browse the repository at this point in the history
  • Loading branch information
rmch91 committed Mar 1, 2024
1 parent 7d115a8 commit 4dd69be
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/minor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dd69be

Please sign in to comment.