diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 1c3ccb4e..59287718 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -2,6 +2,7 @@ name: Weekly Snapshot Release on: schedule: - cron: '15 20 * * 0' + workflow_dispatch: {} jobs: create_release: