Skip to content

Commit

Permalink
chore: update release pipeline actions
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jul 11, 2023
1 parent f52e177 commit 7e99d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-release.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 7e99d28

Please sign in to comment.