Skip to content

Commit 5d7ecca

Browse files
committed
ci: update the repo URL so semantic-release works
1 parent 6b216a9 commit 5d7ecca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"repository": {
88
"type": "git",
9-
"url": "git@github.com:gramps-graphql/data-source-base.git"
9+
"url": "https://github.com/gramps-graphql/data-source-base.git"
1010
},
1111
"main": "dist/index.js",
1212
"directories": {
@@ -25,7 +25,7 @@
2525
"lint": "eslint src/",
2626
"test:unit": "NODE_ENV=test jest --coverage",
2727
"test": "npm run lint --silent && npm run test:unit --silent",
28-
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post"
28+
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
2929
},
3030
"keywords": [
3131
"graphql"
@@ -77,5 +77,5 @@
7777
}
7878
}
7979
},
80-
"version": "0.0.0-semantic-release"
80+
"version": "0.0.0-development"
8181
}

0 commit comments

Comments
 (0)