Add auto-release workflow configuration (#3800)

This commit is contained in:
Geoff Bourne
2025-12-11 20:57:33 -06:00
committed by GitHub
parent aadf1a8b9f
commit d1535c1eeb

14
.github/workflows/auto-release.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: Auto release
on:
schedule:
- cron: "0 14 * * *"
workflow_dispatch:
jobs:
auto-release:
runs-on: ubuntu-latest
steps:
- uses: zenengeo/github-auto-release-action@main
with:
stable-duration: 3d
force-duration: 14d