Update .woodpecker.yml

This commit is contained in:
2026-01-08 12:37:04 +00:00
parent 2167003ffd
commit ac565e7703

View File

@@ -92,7 +92,7 @@ steps:
echo "→ Push $(basename "$pkg")"
dotnet nuget push "$pkg" \
--source "BaGet" \
--api-key "hfsa853nc9vfap53285ybndfahi58325hie242dsafa954" \
--api-key "$BAGETTER_API_KEY" \
--skip-duplicate
done