Skip to content

Commit 95a6bf3

Browse files
Update unlist-nuget.yml
added input for version number
1 parent 6132705 commit 95a6bf3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/unlist-nuget.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Unlist NuGet
22

33
on:
44
workflow_dispatch:
5+
inputs:
6+
version:
7+
description: 'Version to unlist'
8+
required: true
9+
type: string
510
# release:
611
# types: [deleted]
712

0 commit comments

Comments
 (0)