Skip to content

Commit

Permalink
add cron schedule to release workflow, change to generating non-draft…
Browse files Browse the repository at this point in the history
… releases
  • Loading branch information
kevinschaper committed Sep 5, 2024
1 parent 4b36093 commit 604dc72
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 @@ -50,4 +50,3 @@ jobs:
files: |
output/*
generate_release_notes: true
draft: true

0 comments on commit 604dc72

Please sign in to comment.