ci: publish release nugets
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
D. Moonfire 2023-07-23 13:04:43 -05:00
parent 372b112ac8
commit c6398b7445

View file

@ -84,7 +84,7 @@ release-nuget: release-setup
--password $GITEA_TOKEN \
https://src.mfgames.com/api/packages/mfgames-cil/nuget/index.json \
--store-password-in-clear-text
dotnet nuget push --skip-duplicate --source publish src/*/bin/Debug/*.nupkg
dotnet nuget push --skip-duplicate --source publish src/*/bin/*/*.nupkg
dotnet nuget remove source publish || true
# Tags all the libraries for the release.