fix(ci): fixed release yml file
This commit was merged in pull request #1238.
This commit is contained in:
committed by
SvetlanaMuravlova
parent
fc21870c82
commit
6f5ac1cb94
4
.github/workflows/on-publish.yml
vendored
4
.github/workflows/on-publish.yml
vendored
@@ -51,8 +51,8 @@ jobs:
|
|||||||
dist
|
dist
|
||||||
key: dist-${{ github.run_id }}
|
key: dist-${{ github.run_id }}
|
||||||
- run: |
|
- run: |
|
||||||
npx nx run ng2-file-upload:build --prod
|
npx nx run ng2-file-upload:build --configuration production
|
||||||
npx nx run ng2-file-upload-demo:build
|
npx nx run ng2-file-upload-demo:build --configuration production
|
||||||
|
|
||||||
# update release notes in github
|
# update release notes in github
|
||||||
update_release_draft:
|
update_release_draft:
|
||||||
|
|||||||
Reference in New Issue
Block a user