Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tscpp committed Jun 22, 2024
1 parent 0d8ca5d commit d06df5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ jobs:
- name: Install
run: pnpm install --frozen-lockfile

- name: Publish versions
- name: Build packages
run: pnpm nx run-many -t build --projects=@knuckles/*

- name: Publish packages
run: pnpm nx release publish

- name: Create Release Pull Request
Expand Down

0 comments on commit d06df5c

Please sign in to comment.