You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pre-release.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,10 @@ jobs:
43
43
shell: nu {0}
44
44
run: |
45
45
const MAX_COUNT = 12
46
-
const RELEASE_INTERVAL = 28
46
+
const RELEASE_INTERVAL = 28day
47
47
const DATE_FORMAT = '%Y/%m/%d'
48
48
const START_DATE = '2024/10/15'
49
-
let releaseDays = 1..$MAX_COUNT | each {|it| ($START_DATE | into datetime) + ($'($RELEASE_INTERVAL * $it)day' | into duration) | format date $DATE_FORMAT }
49
+
let releaseDays = 1..$MAX_COUNT | each {|it| ($START_DATE | into datetime) + ($RELEASE_INTERVAL * $it) | format date $DATE_FORMAT }
50
50
print $'Checking for the following release day:(char nl)'
0 commit comments