Skip to content

Commit eb2b52f

Browse files
committed
chore(ci): change weekly release to Mondays
1 parent 62b6acc commit eb2b52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Release"
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 5 * * 5"
6+
- cron: "0 5 * * 1"
77

88
jobs:
99
release:

0 commit comments

Comments
 (0)