Skip to content

Delete .github/workflows/release_docker.yml #8

Delete .github/workflows/release_docker.yml

Delete .github/workflows/release_docker.yml #8

Workflow file for this run

name: auto changelog
on:
push:
tags:
- 'v*'
jobs:
changelog:
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: npx changelogithub # or [email protected] if ensure the stable result
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}