Skip to content

Commit f8f20dd

Browse files
committed
Fix publish workflow
1 parent fc9cbc9 commit f8f20dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/_publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ on:
1212
description: The package registry host.
1313
type: string
1414
required: true
15-
node_auth_token:
16-
description: The Node.js auth token.
17-
required: true
1815
secrets:
1916
registry_token:
2017
description: The package registry token.
2118
required: true
19+
node_auth_token:
20+
description: The Node.js auth token.
21+
required: true
2222

2323
jobs:
2424
publish:

0 commit comments

Comments
 (0)