Skip to content

Commit

Permalink
Set isTodayMonthlyFreeze
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessy committed Oct 8, 2024
1 parent cb77b90 commit 5aef2d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const getVersionCommand = new Command( 'get-version' )
);
setOutput(
'isTodayMonthlyFreeze',
isTodayMonthlyFreeze ? 'yes' : 'no'
'yes'
);
setOutput( 'acceleratedVersion', acceleratedRelease.version );
setOutput( 'monthlyVersion', monthlyRelease.version );
Expand Down

0 comments on commit 5aef2d6

Please sign in to comment.