Files
http-kernel/.gitea/workflows/release.yml
Max P. 8850e5e478
Some checks failed
Auto Changelog & (Release) / release (push) Failing after 6s
CI / build (push) Failing after 21s
chore(changelog): simplify release workflow using composite action
2025-11-12 14:25:01 +01: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 }}