Skip to content

Commit 673fd2e

Browse files
committed
Set changeset step param setupGitUser to false
1 parent 023b523 commit 673fd2e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,6 @@ jobs:
8383
publish: yarn changeset publish
8484
title: "🦋 Release package updates"
8585
commit: "Bump package versions"
86+
setupGitUser: false
8687
env:
8788
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "9.10.0",
44
"type": "module",
55
"main": "dist/cjs/index.js",
6-
"repository": "github:guardian/prosemirror-elements",
6+
"repository": {
7+
"url": "git+https://github.com/guardian/prosemirror-elements.git"
8+
},
79
"module": "dist/esm/index.js",
810
"types": "dist/declaration/index.d.ts",
911
"publishConfig": {

0 commit comments

Comments
 (0)