Files
auto-changelog-release-action/.gitea/workflows/release.yml
Max P. e73d1324b7 chore(workflows): update release step with descriptive name
- Adds a descriptive name to the release step for improved clarity
2025-06-14 18:45:28 +02:00

17 lines
317 B
YAML

name: Auto Changelog & Release
on:
push:
branches:
- main
- "**"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Release
uses: https://git.0xmax42.io/actions/auto-changelog-release-action@978d002e9eb82247da53ddfb4fa2226527290919
with:
fetch-depth: 0