File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ name: Unlist NuGet
22
33on :
44 workflow_dispatch :
5- inputs :
6- version :
7- description : ' Version to unlist'
8- required : true
9- type : string
105 # release:
116 # types: [deleted]
127
@@ -24,14 +19,11 @@ jobs:
2419 steps :
2520 - name : Checkout code
2621 uses : actions/checkout@v4
27-
28- - name : Debug version input
29- run : echo "Version to unlist: ${{ github.event.release.tag_name || github.event.inputs.version }}"
3022
3123 # Unlist
3224 - name : Unlist Deleted Tag
3325 uses : darenm/unlist-nuget@v1
3426 with :
3527 NUGET_PACKAGE : ${{ env.PROJECT_NAME }} # Full Package ID
36- VERSION_REGEX : ${{ github.event.release.tag_name || github.event.inputs.version }}
28+ VERSION_REGEX : ${{ github.event.release.tag_name }}
3729 NUGET_KEY : ${{ secrets.NUGET_API_KEY }} # nuget.org API key
You can’t perform that action at this time.
0 commit comments