Skip to content

Commit bbd0006

Browse files
committed
build(ci): add github registry config
Signed-off-by: Ruben Romero Montes <[email protected]>
1 parent 5568090 commit bbd0006

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Create .npmrc
3434
run: |
35-
echo "@trustification:registry=https://npm.pkg.github.com" > .npmrc
35+
echo "@trustification:registry=https://npm.pkg.github.com" >> .npmrc
3636
3737
- name: Install commitlint
3838
run: |

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Create .npmrc
3535
run: |
36-
echo "@trustification:registry=https://npm.pkg.github.com" > .npmrc
36+
echo "@trustification:registry=https://npm.pkg.github.com" >> .npmrc
3737
3838
- name: Enable Corepack
3939
run: corepack enable

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Create .npmrc
4747
run: |
48-
echo "@trustification:registry=https://npm.pkg.github.com" > .npmrc
48+
echo "@trustification:registry=https://npm.pkg.github.com" >> .npmrc
4949
5050
- name: Configure git
5151
run: |

.github/workflows/stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Create .npmrc
5151
run: |
52-
echo "@trustification:registry=https://npm.pkg.github.com" > .npmrc
52+
echo "@trustification:registry=https://npm.pkg.github.com" >> .npmrc
5353
5454
- name: Enable Corepack
5555
run: corepack enable

0 commit comments

Comments
 (0)