Fix publishing
This commit is contained in:
parent
f661e1d6f9
commit
77e5fc07d3
1 changed files with 1 additions and 2 deletions
3
.github/workflows/check.yml
vendored
3
.github/workflows/check.yml
vendored
|
|
@ -86,7 +86,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '22.x'
|
node-version: '22.x'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
registry-url: 'https://registry.npmjs.org'
|
|
||||||
|
|
||||||
- name: Cache Rust dependencies
|
- name: Cache Rust dependencies
|
||||||
uses: actions/cache@v5
|
uses: actions/cache@v5
|
||||||
|
|
@ -118,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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue