mirror of
https://github.com/Smaug123/WoofWare.DotnetRuntimeLocator
synced 2025-10-07 08:18:40 +00:00
Adjust pipeline (#12)
This commit is contained in:
2
.github/workflows/nuget-push.sh
vendored
2
.github/workflows/nuget-push.sh
vendored
@@ -10,7 +10,7 @@ tmp=$(mktemp)
|
||||
|
||||
if ! dotnet nuget push "$SOURCE_NUPKG" --api-key "$NUGET_API_KEY" --source https://api.nuget.org/v3/index.json > "$tmp" ; then
|
||||
cat "$tmp"
|
||||
if grep 'already exists at feed' "$tmp" ; then
|
||||
if grep 'already exists and cannot be modified' "$tmp" ; then
|
||||
echo "result=skipped" >> "$GITHUB_OUTPUT"
|
||||
exit 0
|
||||
else
|
||||
|
Reference in New Issue
Block a user