改改auto-release

This commit is contained in:
zhiyi
2024-10-03 02:46:15 +08:00
parent e66bf0514b
commit baf171b6a3

View File

@@ -30,9 +30,9 @@ jobs:
id: create_release
uses: softprops/action-gh-release@v1
with:
tag_name: v$(date +%Y%m%d)-${{ steps.commit_count.outputs.commit_count }}
# tag_name: v$(date +%Y%m%d)-${{ steps.commit_count.outputs.commit_count }}
name: $(date +%Y%m%d)-${{ steps.commit_count.outputs.commit_count }}
body: "Automatically generated release for file update"
body: "Automatically generated release for pac file update"
draft: false
prerelease: false
files: gfw.pac # 替换为你要上传的文件路径