We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2026218 + b889531 commit 5e4c320Copy full SHA for 5e4c320
.github/workflows/ci-cd.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: 🚀 Publish to NuGet.org (Releases only)
91
if: github.event_name == 'release'
92
run: |
93
- dotnet nuget push source/timewarp-source-generators/bin/Release/TimeWarp.SourceGenerators.*.nupkg `
+ dotnet nuget push source/timewarp-source-generators/bin/Release/*.nupkg `
94
--api-key ${{ secrets.PUBLISH_TO_NUGET_ORG }} `
95
--source https://api.nuget.org/v3/index.json `
96
--skip-duplicate
0 commit comments