Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
santam85 committed Feb 15, 2024
1 parent cfa2460 commit ebd5ed9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Expand Up @@ -42,8 +42,7 @@ jobs:
if: ${{ github.event.release.prerelease }}
- run: npm run build:prod -- --base-href /ng2-charts/
if: ${{ !github.event.release.prerelease }}
- run: npm run build:schematics
- run: npm run test:schematics

- name: Upload lib
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ebd5ed9

Please sign in to comment.