Skip to content

Commit 54857b1

Browse files
committed
chore: wip pkg new 2
1 parent f66fa68 commit 54857b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-pkg-pr-new.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: nrwl/nx-set-shas@v4
2020
- name: Install dependencies
2121
run: npm ci
22-
- name: Build affected projects
22+
- name: Build affected packages
2323
run: npx nx run-many --target=build --parallel=3 --with-deps
2424
- name: Release packages
25-
run: npx pkg-pr-new publish
25+
run: npx pkg-pr-new publish 'packages/models'

0 commit comments

Comments
 (0)