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 d7a68f9 commit 21bde36Copy full SHA for 21bde36
.github/workflows/release-auto.yml
@@ -3,12 +3,12 @@ name: Release Auto
3
on:
4
workflow_dispatch:
5
schedule:
6
- # at 5:30 UTC every other month
7
- - cron: "30 5 1 */2 *"
+ # at 5:30 UTC every month
+ - cron: "30 5 1 * *"
8
9
jobs:
10
check:
11
- uses: coditory/workflows/.github/workflows/release-auto-check.yml@v1
+ uses: coditory/workflows/.github/workflows/release-check.yml@v1
12
secrets: inherit
13
14
auto-release:
0 commit comments