diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 0e29de8..74a59de 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -57,13 +57,14 @@ jobs: body: | 请点击查看 [更新日志](https://github.com/hellof2e/quark-doc-header/blob/main/CHANGELOG.md). - - uses: BobAnkh/auto-generate-changelog@v1.2.5 - with: - REPO_NAME: 'hellof2e/static' - ACCESS_TOKEN: ${{secrets.GIT_ACTION}} - PATH: 'CHANGELOG.md' - COMMIT_MESSAGE: 'docs(CHANGELOG): update release notes' - TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements' + + # - uses: BobAnkh/auto-generate-changelog@v1.2.5 + # with: + # REPO_NAME: 'hellof2e/static' + # ACCESS_TOKEN: ${{secrets.GIT_ACTION}} + # PATH: 'CHANGELOG.md' + # COMMIT_MESSAGE: 'docs(CHANGELOG): update release notes' + # TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements' # 当前 action 执行后触发另一个仓库的 action 执行 # - name: Trigger Action