Skip to content

Commit

Permalink
ci: fix release web (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem authored Feb 22, 2023
2 parents c7978d8 + 8d1ffcb commit 24a167f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ jobs:
- name: Build protos
run: cd packages/web && nr proto:generate:linux && cd ../..

- name: Buis web
run: cd packages/web && nr build:web && cd ../..
- name: Build web
run: cd packages/web && nr build && cd ../..

- name: Release package
run: nr ci:publish web
Expand Down

0 comments on commit 24a167f

Please sign in to comment.