Skip to content

Commit 54a2cb6

Browse files
committed
build: use release groups to limit publishing to packages
1 parent 7a45521 commit 54a2cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272

7373
- name: Publish
7474
run: |
75-
npx nx release publish --projects tag:publishable --yes --verbose
75+
npx nx release publish --group packages --yes --verbose
7676
env:
7777
THDK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)