edumserrano/NuGet push

Pushes a nuget package and symbols.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit May 25, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: edumserrano/nuget-push@2c99a0cae97df631eb2526ddd171a55dd5228289 # v1.2.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
api-keyThe API key for the NuGet server. Used when pushing the NuGet packages and symbols.yes
fail-if-existsIndicates whether this actions should fail if the NuGet package being pushed already exists. Defaults to false.nofalse
working-directoryThe directory that will be used to push NuGet packages. It will push all NuGet packages (*.nupkg) and corresponding symbol packages (*.snupkg) present in the directory.no
nuget-packageThe filepath for the NuGet package to be pushed.no
symbols-packageThe filepath for the symbols package to be pushed.no
namedescription
statusThe overall status of pushing the NuGet packages and corresponding symbols. Possible values are 'ok' or 'error'.
push-resultThe result of pushing the NuGet packages and corresponding symbols as a JSON string.