Fix publishing for real

This commit is contained in:
Andras Schmelczer 2026-03-12 22:12:13 +00:00
parent 656f3a91df
commit bd3c454941

View file

@ -84,12 +84,8 @@ jobs:
- name: Setup Node.js environment - name: Setup Node.js environment
uses: actions/setup-node@v6.3.0 uses: actions/setup-node@v6.3.0
with: with:
node-version: '22.x' node-version: '24.x'
check-latest: true check-latest: true
registry-url: 'https://registry.npmjs.org'
- name: Remove token auth to allow OIDC
run: npm config delete //registry.npmjs.org/:_authToken
- name: Cache Rust dependencies - name: Cache Rust dependencies
uses: actions/cache@v5 uses: actions/cache@v5
@ -121,7 +117,7 @@ jobs:
run: | run: |
cd reconcile-js cd reconcile-js
cp ../README.md . cp ../README.md .
npm publish --provenance --access public npm publish --access public
build-python-wheels: build-python-wheels:
needs: build needs: build