Skip to content

Commit

Permalink
allow running the workflow manually, also make it so the generated re…
Browse files Browse the repository at this point in the history
…lease isn't a draft
  • Loading branch information
kevinschaper committed Sep 5, 2024
1 parent aee4c3e commit c40fae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@

name: Create Release

# run weekly on wednesdays
# run weekly on wednesdays, or when run manually
on:
schedule:
- cron: '0 0 * * 3'
workflow_dispatch:

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

0 comments on commit c40fae1

Please sign in to comment.