You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for pkg in authly-core authly-token authly-session authly-oidc authly-flow authly-actix authly-axum authly-providers-discord authly-providers-github authly-providers-google; do
34
+
echo "Checking $pkg..."
35
+
if cargo publish --package "$pkg" --dry-run 2>&1 | grep -q "already exists"; then
36
+
echo "::warning::Version for $pkg already exists on crates.io, skipping."
0 commit comments