We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84461a3 commit 70c5f6dCopy full SHA for 70c5f6d
1 file changed
.github/workflows/deploy-nuget.yml
@@ -3,7 +3,7 @@ name: Publish NuGet Package
3
on:
4
push:
5
tags:
6
- - 'v0.7' # 当推送以 v 开头的标签时触发,例如 v0.9
+ - 'v0.7*' # 当推送以 v 开头的标签时触发,例如 v0.9
7
8
jobs:
9
build-and-publish:
0 commit comments