Skip to content

Commit 6a2aaeb

Browse files
authored
Fix type error in BCR publish config (#3412)
These values are supposed to be integers. Otherwise CI for BCR will fail in the next release.
1 parent 035f263 commit 6a2aaeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.bcr/metadata.template.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
{
55
"email": "26427366+UebelAndre@users.noreply.github.com",
66
"github": "UebelAndre",
7-
"github_user_id": "26427366",
7+
"github_user_id": 26427366,
88
"name": "UebelAndre"
99
},
1010
{
1111
"email": "1131704+illicitonion@users.noreply.github.com",
1212
"github": "illicitonion",
13-
"github_user_id": "1131704",
13+
"github_user_id": 1131704,
1414
"name": "Daniel Wagner-Hall"
1515
},
1616
{
1717
"email": "11149636+scentini@users.noreply.github.com",
1818
"github": "scentini",
19-
"github_user_id": "11149636",
19+
"github_user_id": 11149636,
2020
"name": "Rosica Dejanovska"
2121
}
2222
],

0 commit comments

Comments
 (0)