Skip to content

Commit 1422552

Browse files
committed
Rename ci script
1 parent 443f869 commit 1422552

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
registry-url: "https://registry.npmjs.org"
3232

3333
- name: Publish to npm
34-
run: cd dist && npm publish --provenance --access public
34+
run: cd dist && npm publish --provenance

scripts/generate-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export type Dictionary<T> = Record<string, T>;
241241
keywords: ["openworkers", "types", "typescript"],
242242
repository: {
243243
type: "git",
244-
url: "https://github.com/openworkers/openworkers-api",
244+
url: "git+https://github.com/openworkers/openworkers-api.git",
245245
},
246246
publishConfig: {
247247
access: "public",

0 commit comments

Comments
 (0)