Fix release.yml

This commit is contained in:
Zhichang Yu 2024-12-07 15:21:12 +08:00
parent 95614175e6
commit 44d4686b20

View File

@ -26,6 +26,8 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.MY_GITHUB_TOKEN }} # Use the secret as an environment variable
fetch-depth: 0
fetch-tags: true
- name: Prepare release body
run: |