Skip to content

Commit 79c1b16

Browse files
chore: more release testing [EXT-7081] (#2875)
1 parent dd5b612 commit 79c1b16

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
git config --global user.name 'contentful-automation[bot]'
6262
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+contentful-automation[bot]@users.noreply.github.com'
6363
64+
- name: Setup npmrc for publishing
65+
run: |
66+
echo "//npm.pkg.github.com/:_authToken=${{ steps.vault.outputs.GITHUB_PACKAGES_WRITE_TOKEN }}" > .npmrc
67+
echo "@contentful:registry=https://npm.pkg.github.com" >> .npmrc
68+
6469
- name: Setup Node.js
6570
uses: actions/setup-node@v6
6671
with:

packages/contentful--app-scripts/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"lib"
4545
],
4646
"publishConfig": {
47-
"registry": "https://npm.pkg.github.com/",
4847
"access": "public"
4948
},
5049
"dependencies": {

packages/contentful--create-contentful-app/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"lib"
5656
],
5757
"publishConfig": {
58-
"registry": "https://npm.pkg.github.com/",
5958
"access": "public"
6059
},
6160
"devDependencies": {

packages/contentful--react-apps-toolkit/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"typescript": "4.9.5"
4848
},
4949
"publishConfig": {
50-
"registry": "https://npm.pkg.github.com/",
5150
"access": "public"
5251
},
5352
"dependencies": {

0 commit comments

Comments
 (0)