Skip to content

Commit 6888ac9

Browse files
committed
Fixed publish step
1 parent b413b52 commit 6888ac9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: lts/iron # 20
2121
registry-url: https://registry.npmjs.org
2222
always-auth: true
23-
- run: npm publish --provenance
23+
- run: npm publish
2424
env:
2525
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2626

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"relying party",
2323
"strategy"
2424
],
25-
"homepage": "https://github.com/panva/node-openid-client",
26-
"repository": "panva/node-openid-client",
25+
"homepage": "https://github.com/ether/node-openid-client",
26+
"repository": "ether/node-openid-client",
2727
"funding": {
28-
"url": "https://github.com/sponsors/panva"
28+
"url": "https://github.com/ether/node-openid-client"
2929
},
3030
"license": "MIT",
31-
"author": "Filip Skokan <[email protected]>",
31+
"author": "ether Team",
3232
"exports": {
3333
"types": "./types/index.d.ts",
3434
"import": "./lib/index.mjs",

0 commit comments

Comments
 (0)