Skip to content

Commit 5164de2

Browse files
authored
Update deploy-nuget-package.yml
1 parent 1b1c2ca commit 5164de2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-nuget-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
workflow_dispatch:
55
inputs:
66
version:
7-
description: 'Tag to publish v[0-9]+.[0-9]+.[0-9]+*'
7+
description: 'Tag to publish v[0-9]+.[0-9]+.[0-9]+-.*'
88
required: true
99
default: ''
1010
type: string
1111
push:
1212
tags:
13-
- "v[0-9]+.[0-9]+.[0-9]+*"
13+
- "v[0-9]+.[0-9]+.[0-9]+(-.*)?"
1414

1515
jobs:
1616
get-version:

0 commit comments

Comments
 (0)