We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a35a1 commit 980325cCopy full SHA for 980325c
.github/workflows/main_cd.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
tags:
6
- "v[0-9]+.[0-9]+.[0-9]+"
7
- - "v[0-9]+.[0-9]+.[0-9]+-preview[0-9]+"
+ - "v[0-9]+.[0-9]+.[0-9]+-pre[0-9]+"
8
jobs:
9
release-nuget:
10
0 commit comments