Skip to content

Commit

Permalink
Update release-schedule.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Sep 27, 2023
1 parent f3bf6d6 commit a8383a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
let ISSUE_BODY = `<!-- ${id} -->\n\n`;
ISSUE_BODY += `_This is a scheduled issue for tracking the release between ${format(start, 'EEEE do')} and ${format(end, 'EEEE do')}_\n\n`;
ISSUE_BODY += `_This is a scheduled issue for tracking the release between ${format(start, 'EEEE, LLLL do')} and ${format(end, 'EEEE, LLLL do')}_\n\n`;
// Find the latest existing release issue
const iterator = github.paginate.iterator(
Expand Down

0 comments on commit a8383a4

Please sign in to comment.