Skip to content

Commit e066a4b

Browse files
authored
ci: Finally fix it for real real (#16082)
OK I looked for the error in the wrong place, it was in the JSON 🤦 I verified that it works now...
1 parent 9f9a6c1 commit e066a4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/issue-package-label.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
"label": "Koa"
7979
},
8080
"@sentry.node.-.hapi": {
81-
"label": "Hapi
81+
"label": "Hapi"
8282
},
8383
"@sentry.node.-.connect": {
84-
"label": "Connect
84+
"label": "Connect"
8585
},
8686
"@sentry.node": {
8787
"label": "Node.js"
@@ -90,7 +90,7 @@ jobs:
9090
"label": "Nuxt"
9191
},
9292
"@sentry.react-router": {
93-
"label": "React Router Framework "
93+
"label": "React Router Framework"
9494
},
9595
"@sentry.react": {
9696
"label": "React"

0 commit comments

Comments
 (0)