Skip to content

Commit

Permalink
set a cron schedule for producing releases, make them non-draft
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Dec 12, 2024
1 parent bfb06d7 commit 598e905
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ name: Create Release

on:
workflow_dispatch:
# schedule:
# - cron: '0 0 * * 0'
schedule:
- cron: '0 0 3 * *' # Monthly on the 3rd day of the month

jobs:
create-release:
Expand Down Expand Up @@ -53,4 +53,3 @@ jobs:
files: |
output/*
generate_release_notes: true
draft: true

0 comments on commit 598e905

Please sign in to comment.