We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8227719 commit 48cb689Copy full SHA for 48cb689
1 file changed
.github/workflows/release-auto-tag.yml
@@ -5,8 +5,8 @@ name: Release Auto-Tag
5
6
on:
7
workflow_dispatch: {}
8
- # schedule:
9
- # - cron: "0 3 * * *" # 7 PM PT (03:00 UTC during PDT)
+ schedule:
+ - cron: "0 3 * * *" # 7 PM PT (03:00 UTC during PDT)
10
11
permissions:
12
contents: write
0 commit comments