Files
docker-minecraft-server/.github/workflows/auto-release.yml
T
Geoff BourneandGitHub b3e5214c15 Switch to permissions for auto-release workflow
Added permissions for creating releases and tags.
2026-07-13 11:46:37 -05:00

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