mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-28 17:57:34 +00:00
Add auto-release workflow configuration (#3800)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user