改改auto-release

This commit is contained in:
zhiyi
2024-10-03 02:57:02 +08:00
parent e8ecaf0eed
commit 9752719cc8

View File

@@ -32,13 +32,12 @@ jobs:
tag_name=v$(date +%Y%m%d).${{ steps.commit_count.outputs.commit_count }}
git tag $tag_name
git push origin $tag_name
echo "::set-output name=tag_name::$tag_name"
- name: Create Release
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 pac file update"
draft: false