Skip to content

Commit 48cb689

Browse files
authored
ci(release): enable scheduled nightly release auto-tag (#384)
1 parent 8227719 commit 48cb689

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-auto-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: Release Auto-Tag
55

66
on:
77
workflow_dispatch: {}
8-
# schedule:
9-
# - cron: "0 3 * * *" # 7 PM PT (03:00 UTC during PDT)
8+
schedule:
9+
- cron: "0 3 * * *" # 7 PM PT (03:00 UTC during PDT)
1010

1111
permissions:
1212
contents: write

0 commit comments

Comments
 (0)