Skip to content

Commit

Permalink
Auto-create Releases
Browse files Browse the repository at this point in the history
  • Loading branch information
luketainton committed Jul 13, 2024
1 parent d2967e8 commit a3d6888
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Release
on:
workflow_dispatch:
schedule:
- cron: "0 9 * * *"

jobs:
create_release:
name: Create Release
uses: luketainton/gha-workflows/.github/workflows/create-release.yml@main

0 comments on commit a3d6888

Please sign in to comment.