File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168168 uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
169169 with :
170170 node-version : ' 20'
171- registry-url : ' https://registry.npmjs.org '
171+ registry-url : ' https://wombat-dressing-room.appspot.com/ '
172172 check-latest : false
173173 - name : ' Download Artifacts'
174174 uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
Original file line number Diff line number Diff line change 22 "name" : " @angular/fire" ,
33 "version" : " 21.0.0-rc.0" ,
44 "description" : " Angular + Firebase = ❤️" ,
5+ "publishConfig" : {
6+ "registry" : " https://wombat-dressing-room.appspot.com" ,
7+ "access" : " public"
8+ },
59 "private" : true ,
610 "scripts" : {
711 "test" : " npm run build:jasmine && npm run test:node-esm && npm run test:chrome-headless" ,
Original file line number Diff line number Diff line change 33 "name" : " @angular/fire" ,
44 "version" : " ANGULARFIRE2_VERSION" ,
55 "description" : " Angular + Firebase = ❤️" ,
6+ "publishConfig" : {
7+ "registry" : " https://wombat-dressing-room.appspot.com" ,
8+ "access" : " public"
9+ },
610 "schematics" : " ./schematics/collection.json" ,
711 "builders" : " ./schematics/builders.json" ,
812 "keywords" : [
Original file line number Diff line number Diff line change 1717npm --no-git-tag-version --allow-same-version -f version $OVERRIDE_VERSION
1818
1919npm run build &&
20- echo " npm publish . --registry https://wombat-dressing-room.appspot.com --tag $NPM_TAG " > ./dist/packages-dist/publish.sh &&
20+ echo " npm publish . --access public -- registry https://wombat-dressing-room.appspot.com --tag $NPM_TAG " > ./dist/packages-dist/publish.sh &&
2121 chmod +x ./dist/packages-dist/publish.sh
You can’t perform that action at this time.
0 commit comments