We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d880fbe commit aebd6a7Copy full SHA for aebd6a7
1 file changed
.github/workflows/ci.yml
@@ -1,5 +1,6 @@
1
name: CI
2
-
+permissions:
3
+ contents: read
4
5
on:
6
push:
@@ -140,7 +141,7 @@ jobs:
140
141
uses: nrwl/nx-set-shas@v4
142
- name: Install dependencies
143
run: npm ci
- - 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
145
run: npx nx run-many --target=build --parallel=3
- - name: Test-release packages
146
- run: npx pkg-pr-new publish "packages/**/dist"
+ #- name: Test-release packages
147
+ # run: npx pkg-pr-new publish "packages/**/dist"
0 commit comments