Skip to content

fix: Fix the problem that RootFolderID does not take effect && Update… #4

fix: Fix the problem that RootFolderID does not take effect && Update…

fix: Fix the problem that RootFolderID does not take effect && Update… #4

Workflow file for this run

name: auto changelog
on:
push:
tags:
- '*'
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 changelogithub@0.12 if ensure the stable result
env:
GITHUB_TOKEN: ${{secrets.MY_TOKEN}}