Try again
This commit is contained in:
parent
4f8abc9ce2
commit
b611ac813e
1 changed files with 5 additions and 1 deletions
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
|
|
@ -86,6 +86,10 @@ jobs:
|
|||
with:
|
||||
node-version: '22.x'
|
||||
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
|
||||
uses: actions/cache@v5
|
||||
|
|
@ -117,7 +121,7 @@ jobs:
|
|||
run: |
|
||||
cd reconcile-js
|
||||
cp ../README.md .
|
||||
npm publish --access public
|
||||
npm publish --provenance --access public
|
||||
|
||||
build-python-wheels:
|
||||
needs: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue