Files
docker-vbtrfs-plugin/.gitea/workflows/release.yml
2025-10-12 14:37:23 +02:00

19 lines
370 B
YAML

name: Auto Changelog & (Release)
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Release
uses: https://git.0xmax42.io/actions/auto-changelog-release-action@v1
with:
token: ${{ secrets.RELEASE_PUBLISH_TOKEN }}