We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2604b commit e9364bbCopy full SHA for e9364bb
1 file changed
.github/workflows/publish-to-nuget.yml
@@ -4,8 +4,9 @@
4
name: .NET
5
6
on:
7
- create:
8
- branches: [ "release/**" ]
+ push:
+ tags:
9
+ - v*
10
11
jobs:
12
deploy:
0 commit comments