File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed
contentful--create-contentful-app
contentful--react-apps-toolkit Expand file tree Collapse file tree 5 files changed +4
-5
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-
6964 - name : Setup Node.js
7065 uses : actions/setup-node@v6
7166 with :
Original file line number Diff line number Diff line change 1+ //npm.pkg.github.com/:_authToken = ${ NODE_AUTH_TOKEN }
12ignore-scripts = true
Original file line number Diff line number Diff line change 4444 " lib"
4545 ],
4646 "publishConfig" : {
47+ "registry" : " https://npm.pkg.github.com/" ,
4748 "access" : " public"
4849 },
4950 "dependencies" : {
Original file line number Diff line number Diff line change 5555 " lib"
5656 ],
5757 "publishConfig" : {
58+ "registry" : " https://npm.pkg.github.com/" ,
5859 "access" : " public"
5960 },
6061 "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/" ,
5051 "access" : " public"
5152 },
5253 "dependencies" : {
You can’t perform that action at this time.
0 commit comments