fix: try to fix gen-changelog

This commit is contained in:
status102
2024-09-15 15:32:27 +08:00
parent ef2873c977
commit bc14b6cf27

View File

@@ -81,7 +81,6 @@ jobs:
- name: Create PR
uses: peter-evans/create-pull-request@v7
with:
sign-commits: true
token: ${{ secrets.GITHUB_TOKEN }}
title: ${{ steps.extract_tag.outputs.pr_title }}
body-path: ${{ format('{0}/{1}', runner.temp, 'output' ) }}