Skip to content

Commit 4c0d096

Browse files
committed
13.2.2-publishtest4
1 parent 953308e commit 4c0d096

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/publishServer.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
permissions:
1111
contents: read
12-
id-token: write # The OIDC ID token is used for authentication with JSR.
12+
id-token: write # The OIDC ID token is used for authentication with JSR and NPM
1313

1414
env:
1515
NODE_VERSION: '22.x'
@@ -53,12 +53,6 @@ jobs:
5353
- name: Install dependencies
5454
run: deno install
5555

56-
# Configure npm authentication
57-
- name: Configure npm authentication
58-
run: npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
59-
6056
# Publish to JSR and NPM
6157
- name: Publish to JSR and NPM
6258
run: deno task publish:server
63-
env:
64-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

packages/server/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simplewebauthn/server",
3-
"version": "13.2.2-publishtest3",
3+
"version": "13.2.2-publishtest4",
44
"exports": {
55
".": "./src/index.ts",
66
"./helpers": "./src/helpers/index.ts"

0 commit comments

Comments
 (0)