mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-17 07:03:57 +00:00
16 lines
316 B
YAML
16 lines
316 B
YAML
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
|
|
token: '${{ secrets.GH_TOKEN }}'
|
|
|