Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina authored Jan 16, 2024
1 parent b7edbcc commit 2920c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
const year = now.toLocaleDateString('en-US', { year: 'numeric', timeZone: 'Asia/Tokyo' });
const month = now.toLocaleDateString('en-US', { month: 'numeric', timeZone: 'Asia/Tokyo' });
const [major, minor, patch] = '${{ steps.get_current_version.outputs.stdout }}'.split('.');
console.log(year, month, major, minor, patch);
console.log(year, month, steps.get_current_version.outputs.stdout, major, minor, patch);
if (year !== major || month !== minor) {
return `${year}.${month}.0`;
} else {
Expand Down

0 comments on commit 2920c94

Please sign in to comment.