diff --git a/.github/workflows/release-auto-tag.yml b/.github/workflows/release-auto-tag.yml index aa6f73c3..a90c6f0b 100644 --- a/.github/workflows/release-auto-tag.yml +++ b/.github/workflows/release-auto-tag.yml @@ -5,8 +5,8 @@ name: Release Auto-Tag on: workflow_dispatch: {} - # schedule: - # - cron: "0 3 * * *" # 7 PM PT (03:00 UTC during PDT) + schedule: + - cron: "0 3 * * *" # 7 PM PT (03:00 UTC during PDT) permissions: contents: write