Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit af999f0

Browse files
committed
ci: test OIDC trusted publishing after initial token-based publish
1 parent 929e172 commit af999f0

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
run: npm run build
3535

3636
- name: Publish to npm
37-
run: npm publish --access public
38-
env:
39-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37+
run: npm publish --access public --provenance
4038

4139
- name: Create GitHub Release
4240
uses: softprops/action-gh-release@v1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@entrolution/speed-read",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Lightweight, embeddable document reader for EPUB, PDF, and CBZ. Add a reader to any webpage in one line of code.",
55
"type": "module",
66
"main": "./dist/speed-reader.umd.cjs",

0 commit comments

Comments
 (0)