Skip to content

Commit 9a80a47

Browse files
chore: attempt to fix release workflow using correct repository in package.json
1 parent 1809971 commit 9a80a47

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"engines": {
55
"node": "^14"
66
},
7-
"repository": "git@github.com:meshcloud/cloudfoundation.git",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/meshcloud/notion-markdown-cms.git"
10+
},
811
"author": "Johannes Rudolph <jrudolph@meshcloud.io>",
912
"license": "MIT",
1013
"publishConfig": {

0 commit comments

Comments
 (0)