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