We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b976d5e commit b9e1ccaCopy full SHA for b9e1cca
.github/workflows/npm-publish.yml
@@ -6,6 +6,7 @@ on:
6
7
permissions:
8
contents: read
9
+ id-token: write
10
11
jobs:
12
publish:
@@ -30,6 +31,6 @@ jobs:
30
31
32
- run: npm run build
33
- - run: npm publish
34
+ - run: npm publish --provenance
35
env:
36
NODE_AUTH_TOKEN: ${{ secrets.NPM_LESJOURS_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@lesjoursfr/html-to-epub",
3
- "version": "5.0.1",
+ "version": "5.0.2",
4
"description": "A library to generate EPUB from HTML. Inspired by epub-gen.",
5
"license": "MIT",
"repository": "lesjoursfr/html-to-epub",
0 commit comments