Fix auto-publishing

This commit is contained in:
Nemo 2022-04-16 18:37:13 +05:30
parent 80f505b5aa
commit 52c12e4ba4
2 changed files with 3 additions and 2 deletions

View File

@ -34,6 +34,7 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
- name: NPM Publish
run: |
npm install
npm test
npm version "v${{ steps.current-time.outputs.formattedTime }}"
git push origin --tags

View File

@ -28,10 +28,10 @@ Install via package.json:
## usage
This is just the raw data files, see [which-electron][we] for a usable package. The `lookup.json` file is published as the `electron-fingerprints` package on NPM. Programmatic usage is still possible:
This is just the raw data files, see [which-electron][we] for a usable package. The `lookup.json` file is published as the `@captn3m0/electron-fingerprints` package on the GitHub NPM Package Registry. Programmatic usage is still possible:
```javascript
const lookup = require("electron-fingerprints");
const lookup = require("@captn3m0/electron-fingerprints");
// baf786083f482c1f035e50e105b5f7475af1e00b = sha1(ffmpeg.dll)
lookup["win32-x64"]["baf786083f482c1f035e50e105b5f7475af1e00b"];
// ["v1.4.3", "v1.4.4", "v1.4.5"]