File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
contentful--create-contentful-app
contentful--react-apps-toolkit Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 4444 " lib"
4545 ],
4646 "publishConfig" : {
47- "registry" : " https://npm.pkg.github.com/" ,
4847 "access" : " public"
4948 },
5049 "dependencies" : {
Original file line number Diff line number Diff line change 5555 " lib"
5656 ],
5757 "publishConfig" : {
58- "registry" : " https://npm.pkg.github.com/" ,
5958 "access" : " public"
6059 },
6160 "devDependencies" : {
Original file line number Diff line number Diff line change 4747 "typescript" : " 4.9.5"
4848 },
4949 "publishConfig" : {
50- "registry" : " https://npm.pkg.github.com/" ,
5150 "access" : " public"
5251 },
5352 "dependencies" : {
You can’t perform that action at this time.
0 commit comments