feat: refresh account info after managing cloud storage (#2648)

This commit is contained in:
Huang Xin
2025-12-08 20:13:20 +08:00
committed by GitHub
parent 6eb7d91122
commit 50cd7f80c6
5 changed files with 22 additions and 19 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
repo: context.repo.repo,
tag_name: process.env.release_tag,
})
const notes = process.env.release_note.split(/(?:\d\.\s)/).filter(Boolean);
const notes = process.env.release_note.split(/\d+\.\s/).filter(Boolean);
const formattedNotes = notes.map(note => `* ${note.trim()}`).join("\n");
const body = `## Release Highlight\n${formattedNotes}\n\n${data.body}`;
github.rest.repos.updateRelease({