File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed
Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -28,34 +28,19 @@ jobs:
2828 node-version : 24
2929 cache : ' pnpm'
3030
31- - name : Verify npm version
32- run : npm -v
33-
3431 - name : Install deps
3532 run : pnpm install
3633
3734 - name : Build
3835 run : pnpm build
3936
40- - name : Set canary versions
37+ - name : Set canary version
4138 run : |
4239 CANARY_VERSION="10.0.0-canary.$(git rev-parse --short HEAD)"
4340 echo "Publishing canary version: $CANARY_VERSION"
4441 cd packages/fiber && npm version $CANARY_VERSION --no-git-tag-version
45- cd ../eslint-plugin && npm version $CANARY_VERSION --no-git-tag-version
46- cd ../test-renderer && npm version $CANARY_VERSION --no-git-tag-version
47-
48- - name : Verify npm auth context
49- run : |
50- echo "NODE_AUTH_TOKEN set? ${NODE_AUTH_TOKEN:+yes}"
51- echo "NPM_CONFIG_USERCONFIG=$NPM_CONFIG_USERCONFIG"
52- env :
53- NODE_AUTH_TOKEN : ' '
5442
5543 - name : Publish to npm
56- run : |
57- pnpm --filter @react-three/fiber publish --tag canary --no-git-checks --provenance
58- pnpm --filter @react-three/eslint-plugin publish --tag canary --no-git-checks --provenance
59- pnpm --filter @react-three/test-renderer publish --tag canary --no-git-checks --provenance
44+ run : pnpm --filter @react-three/fiber publish --tag canary --no-git-checks --provenance
6045 env :
6146 NODE_AUTH_TOKEN : ' '
You can’t perform that action at this time.
0 commit comments