test action

This commit is contained in:
2025-10-03 11:29:46 +08:00
parent 1b89b0d7b6
commit 4c16050c85
+2 -2
View File
@@ -265,8 +265,8 @@ jobs:
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
tag_name: v${{ steps.calc_version.outputs.new_version }}
name: ICC CE v${{ steps.calc_version.outputs.new_version }}
tag_name: ${{ steps.calc_version.outputs.new_version }}
name: ICC CE ${{ steps.calc_version.outputs.new_version }}
body: |
${{ steps.changelog.outputs.changelog }}
draft: false