Fix NPM readme

This commit is contained in:
Andras Schmelczer 2025-07-10 21:14:01 +01:00
parent 5754f4f7cf
commit fe2642fff9
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 10 additions and 7 deletions

View file

@ -137,6 +137,7 @@ jobs:
- name: Publish reconcile-js to NPM
run: |
cd reconcile-js
cp ../README.md .
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}