Skip to content

Commit 2bccbcd

Browse files
Update unlist-nuget.yml
Debugging
1 parent 95a6bf3 commit 2bccbcd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/unlist-nuget.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424
steps:
2525
- name: Checkout code
2626
uses: actions/checkout@v4
27-
27+
28+
- name: Debug version input
29+
run: echo "Version to unlist: ${{ github.event.release.tag_name || github.event.inputs.version }}"
30+
2831
# Unlist
2932
- name: Unlist Deleted Tag
3033
uses: darenm/unlist-nuget@v1

0 commit comments

Comments
 (0)