Skip to content

Commit aebd6a7

Browse files
committed
refactor: wip
1 parent d880fbe commit aebd6a7

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: CI
2-
2+
permissions:
3+
contents: read
34

45
on:
56
push:
@@ -140,7 +141,7 @@ jobs:
140141
uses: nrwl/nx-set-shas@v4
141142
- name: Install dependencies
142143
run: npm ci
143-
- name: Build all projects # affected is not used to be able to test-releae packages
144+
- name: Build all projects # affected is not used to be able to test-release packages
144145
run: npx nx run-many --target=build --parallel=3
145-
- name: Test-release packages
146-
run: npx pkg-pr-new publish "packages/**/dist"
146+
#- name: Test-release packages
147+
# run: npx pkg-pr-new publish "packages/**/dist"

0 commit comments

Comments
 (0)