Compare commits

...

2 Commits

Author SHA1 Message Date
SvetlanaMuravlova
6f5ac1cb94 fix(ci): fixed release yml file 2022-12-12 18:04:09 +02:00
SvetlanaMuravlova
fc21870c82 fix(chore): fixed build in yml file 2022-12-08 17:11:12 +02:00

View File

@@ -51,8 +51,8 @@ jobs:
dist
key: dist-${{ github.run_id }}
- run: |
npx nx run ng2-file-upload:build
npx nx run ng2-file-upload-demo:build
npx nx run ng2-file-upload:build --configuration production
npx nx run ng2-file-upload-demo:build --configuration production
# update release notes in github
update_release_draft: