Skip to content

Commit

Permalink
ci: LF 1 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Dec 10, 2024
1 parent 34ad879 commit aa86f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
const id = jiraIdMatch ? jiraIdMatch[0] : null;
if (id) {
ids.push({ id });
ids.push(id);
}
} catch (error) {
console.error(`Error fetching PR #${prId}:`, error);
Expand All @@ -104,7 +104,7 @@ jobs:
TEXT: |-
{
"name": "plasma",
"version": "1.2.3",
"version": "",
"applicationType": "web",
"hotfix": false,
"authorMmUser": "alex_czech",
Expand Down

0 comments on commit aa86f5c

Please sign in to comment.