We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb7b8e commit 1864f2aCopy full SHA for 1864f2a
.github/workflows/initialize-releases.yml
@@ -35,7 +35,7 @@ jobs:
35
return stdout
36
}
37
38
- let startAt = '2023-07-26T09:52:21.000Z'
+ let startAt = '2024-09-26T23:19:24.000Z'.replace(/:/g, '-')
39
const baseURL = 'https://wingit.blob.core.windows.net/'
40
for (const release of list) {
41
console.log(JSON.stringify(release, null, 2))
0 commit comments