Skip to content

Commit ac17e8c

Browse files
fixed serializer bug
1 parent 0935afd commit ac17e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
schedule:
7-
- cron: "0 0 * * 0" # weekly run (every Sunday at midnight)
7+
- cron: "0 0 * * *" # daily run (every day at midnight)
88

99
permissions:
1010
contents: write

0 commit comments

Comments
 (0)