Skip to content

Commit ca1ee49

Browse files
authored
chore: update release workflow
1 parent 6d95ac4 commit ca1ee49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: GitHub Release
22

33
on:
44
schedule:
5-
- cron: '30 2 * * 5' # Weekly
5+
- cron: '30 2 1 * *' # Monthly
66
workflow_dispatch: # manual trigger
77

88
concurrency:

0 commit comments

Comments
 (0)