We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f51bd commit 6132705Copy full SHA for 6132705
1 file changed
.github/workflows/unlist-nuget.yml
@@ -25,5 +25,5 @@ jobs:
25
uses: darenm/unlist-nuget@v1
26
with:
27
NUGET_PACKAGE: ${{ env.PROJECT_NAME }} # Full Package ID
28
- VERSION_REGEX: ${{ github.event.release.tag_name }} # Regex pattern to match version
29
- NUGET_KEY: ${{ secrets.NUGET_API_KEY }} # nuget.org API key
+ VERSION_REGEX: ${{ github.event.release.tag_name || github.event.inputs.version }}
+ NUGET_KEY: ${{ secrets.NUGET_API_KEY }} # nuget.org API key
0 commit comments