Skip to content

Commit 21bde36

Browse files
committed
Fix autorelease and make it more freq
1 parent d7a68f9 commit 21bde36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-auto.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Release Auto
33
on:
44
workflow_dispatch:
55
schedule:
6-
# at 5:30 UTC every other month
7-
- cron: "30 5 1 */2 *"
6+
# at 5:30 UTC every month
7+
- cron: "30 5 1 * *"
88

99
jobs:
1010
check:
11-
uses: coditory/workflows/.github/workflows/release-auto-check.yml@v1
11+
uses: coditory/workflows/.github/workflows/release-check.yml@v1
1212
secrets: inherit
1313

1414
auto-release:

0 commit comments

Comments
 (0)