fix(ci): fixed release yml file #1238

Merged
SvetlanaMuravlova merged 1 commits from fix-publish-flow into development 2022-12-12 16:04:10 +00:00

View File

@@ -51,8 +51,8 @@ jobs:
dist
key: dist-${{ github.run_id }}
- run: |
npx nx run ng2-file-upload:build --prod
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: