Skip to content

Commit d8f4156

Browse files
committed
try fixing auth
1 parent ac23b66 commit d8f4156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ npmPublish {
165165
}
166166
}
167167
registries {
168-
npmjs { authToken = project.property("npmPublishToken").toString() }
169-
github { authToken = project.property("GitHubPackagesPassword").toString() }
168+
npmjs { authToken = project.property("npmPublishToken")?.toString() }
169+
github { authToken = project.property("GitHubPackagesPassword")?.toString() }
170170
}
171171
}
172172

0 commit comments

Comments
 (0)