Skip to content

Commit b9e1cca

Browse files
committed
Version 5.0.2
1 parent b976d5e commit b9e1cca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
permissions:
88
contents: read
9+
id-token: write
910

1011
jobs:
1112
publish:
@@ -30,6 +31,6 @@ jobs:
3031
3132
- run: npm run build
3233

33-
- run: npm publish
34+
- run: npm publish --provenance
3435
env:
3536
NODE_AUTH_TOKEN: ${{ secrets.NPM_LESJOURS_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lesjoursfr/html-to-epub",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "A library to generate EPUB from HTML. Inspired by epub-gen.",
55
"license": "MIT",
66
"repository": "lesjoursfr/html-to-epub",

0 commit comments

Comments
 (0)