Skip to content

Commit 1b0632a

Browse files
committed
a
1 parent ee2e1dc commit 1b0632a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
tag_name: "${{ steps.calculate-version.outputs.new_version }}"
9393
});
9494
95-
const actor = process.env.GITHUB_ACTOR; // Workflowの実行者
95+
const actor = context.actor;
9696
const noteToAdd = `**@${actor} 👈 TODO: Write detailed release note for this version before release**\n`;
9797
9898
const modifiedBody = releaseNotes.body.replace(

0 commit comments

Comments
 (0)