diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index eaf2154cee..ace6cd739d 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -50,8 +50,8 @@ jobs: path: dist key: dist-${{ github.run_id }} - run: | - npx nx build ngx-bootstrap --runner cloud --configuration production - npx ng build --runner cloud --configuration production + npx nx build ngx-bootstrap --runner=cloud --configuration=production + npx ng build --runner=cloud --configuration=production # update release notes in github update_release_draft: