Skip to content

Commit ebd5ed9

Browse files
committed
Fix release workflow
1 parent cfa2460 commit ebd5ed9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
if: ${{ github.event.release.prerelease }}
4343
- run: npm run build:prod -- --base-href /ng2-charts/
4444
if: ${{ !github.event.release.prerelease }}
45-
- run: npm run build:schematics
46-
- run: npm run test:schematics
45+
4746
- name: Upload lib
4847
uses: actions/upload-artifact@v4
4948
with:

0 commit comments

Comments
 (0)