File tree Expand file tree Collapse file tree 5 files changed +19
-115
lines changed Expand file tree Collapse file tree 5 files changed +19
-115
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99permissions :
1010 contents : read
1111 pull-requests : write
12+ id-token : write
1213
1314env :
1415 TURBO_TOKEN : ${{ secrets.TURBO_TOKEN }}
3738 cache : yarn
3839 node-version : ' 20.x'
3940
40- - name : Setup npmrc
41- run : echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_PUBLISH_TOKEN }}" > .npmrc
42-
4341 - name : Install
4442 if : ${{ steps.release.outputs.releases_created }}
4543 run : yarn install --immutable
4846 if : ${{ steps.release.outputs.releases_created }}
4947 run : yarn build:ci
5048
49+ - run : yarn config set npmAuthToken ${{ secrets.NPM_PUBLISH_TOKEN }}
50+
5151 # Release Please has already incremented versions and published tags, so we just
5252 # need to publish all unpublished versions to NPM here
5353 - run : yarn workspaces foreach --all --parallel --no-private npm publish --access=public
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ enableGlobalCache: false
44
55nodeLinker : node-modules
66
7- yarnPath : .yarn/releases/yarn-4.5.3.cjs
8-
97npmPublishRegistry : ' https://registry.npmjs.org'
8+
9+ yarnPath : .yarn/releases/yarn-4.5.3.cjs
Original file line number Diff line number Diff line change 1+ {
2+ "packages/animated" : " 9.7.5" ,
3+ "packages/core" : " 9.7.5" ,
4+ "packages/parallax" : " 9.7.5" ,
5+ "packages/rafz" : " 9.7.5" ,
6+ "packages/react-spring" : " 9.7.5" ,
7+ "packages/shared" : " 9.7.5" ,
8+ "packages/types" : " 9.7.5" ,
9+ "targets/konva" : " 9.7.5" ,
10+ "targets/nativ" : " 9.7.5" ,
11+ "targets/three" : " 9.7.5" ,
12+ "targets/web" : " 9.7.5" ,
13+ "targets/zdog" : " 9.7.5"
14+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments