We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e11ba commit 919cfb3Copy full SHA for 919cfb3
.github/workflows/nuget.yml
@@ -2,8 +2,8 @@ name: Publish NuGet package
2
3
on:
4
create:
5
- branches:
6
- - release/**
+ tags:
+ - v*
7
jobs:
8
build:
9
0 commit comments