We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6308200 commit 0847f3bCopy full SHA for 0847f3b
1 file changed
.github/workflows/psgallery.yml
@@ -53,5 +53,4 @@ jobs:
53
54
dotnet nuget push "${{ steps.release.outputs.asset_name }}" \
55
--api-key "$PSGALLERY_API_KEY" \
56
- --source https://www.powershellgallery.com/api/v2/package \
57
- --dry-run
+ --source https://www.powershellgallery.com/api/v2/package
0 commit comments