Skip to content

Commit

Permalink
added cron schedule, and removed draft release scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
AO33 committed Nov 27, 2024
1 parent 748e788 commit afc03f3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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 @@ -52,5 +52,4 @@ jobs:
tag_name: ${{ env.DATE }}
files: |
output/*
generate_release_notes: true
draft: true
generate_release_notes: true

0 comments on commit afc03f3

Please sign in to comment.