Skip to content

Commit 84461a3

Browse files
authored
Update tag trigger for NuGet deployment workflow
1 parent 4aed2fc commit 84461a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish NuGet Package
33
on:
44
push:
55
tags:
6-
- 'v*' # 当推送以 v 开头的标签时触发,例如 v0.9
6+
- 'v0.7' # 当推送以 v 开头的标签时触发,例如 v0.9
77

88
jobs:
99
build-and-publish:

0 commit comments

Comments
 (0)