Skip to content

Commit

Permalink
fix timezone for serverless release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikuni17 committed Nov 18, 2024
1 parent 778d7fd commit 2d8f3e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/github-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ class GitHubService {
year: 'numeric',
month: 'long',
day: 'numeric',
timeZone: 'UTC',
});
} else {
throw new Error('No tag found for the release commit');
Expand Down

0 comments on commit 2d8f3e8

Please sign in to comment.