mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-17 07:03:57 +00:00
Add auto-release workflow configuration (#3800)
This commit is contained in:
14
.github/workflows/auto-release.yml
vendored
Normal file
14
.github/workflows/auto-release.yml
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user