mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-07-14 04:24:54 +00:00
17 lines
352 B
YAML
17 lines
352 B
YAML
name: Auto release
|
|
on:
|
|
schedule:
|
|
- cron: "0 14 * * *"
|
|
workflow_dispatch:
|
|
jobs:
|
|
auto-release:
|
|
runs-on: ubuntu-latest
|
|
permissions:
|
|
# allow for creating releases/tags
|
|
contents: write
|
|
steps:
|
|
- uses: zenengeo/github-auto-release-action@main
|
|
with:
|
|
stable-duration: 3d
|
|
force-duration: 14d
|