Files
auto-changelog-release-action/.gitea/workflows/release.yml
Max P. 73a1b5cc24
All checks were successful
Auto Changelog & Release / release (push) Successful in 20s
chore(release): update action version in workflow
2025-09-27 21:53:35 +02:00

21 lines
422 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@v0
with:
token: ${{ secrets.RELEASE_PUBLISH_TOKEN }}
allow_non_main_release: "true"