We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f9c84 commit 2547808Copy full SHA for 2547808
1 file changed
.github/workflows/dotnet.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: 🏷 获取版本号
38
id: version
39
run: |
40
- $version = "v1.0.$(Get-Date -Format yyyyMMddHHmmss)"
+ $version = "v$(Get-Date -Format yyyy).$(Get-Date -Format MM).$(Get-Date -Format dd)"
41
echo "version=$version" >> $env:GITHUB_OUTPUT
42
43
- name: 🚀 创建 Release
0 commit comments