Files
repoCat/.gitea/workflows/release.yml
Max P. fdff738fa7
Some checks failed
Build and Publish nightly package / build-and-publish (push) Has been cancelled
Auto Changelog & (Release) / release (push) Successful in 5s
chore(changelog): simplify release workflow using composite action
2025-11-27 18:22:34 +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 }}