Skip to content

Commit 4aa6541

Browse files
committed
Need to start from another timestamp, again
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 0fb7b8e commit 4aa6541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/initialize-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
return stdout
3636
}
3737
38-
let startAt = '2023-07-26T09:52:21.000Z'
38+
let startAt = '2024-09-26T23:19:24.000Z'
3939
const baseURL = 'https://wingit.blob.core.windows.net/'
4040
for (const release of list) {
4141
console.log(JSON.stringify(release, null, 2))

0 commit comments

Comments
 (0)