From fe64ace8297a693fa9e5d75f6161fb11c3e2c059 Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:34:16 -0400 Subject: [PATCH] [Release] Update README.md publishing instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32f491d6af..8671e1a722 100644 --- a/README.md +++ b/README.md @@ -263,5 +263,5 @@ the CocoaPods option `--skip-import-validation`. firebase-ios-sdk repo indicates there are no issues with the staged pod, the pod can be published with: ```console - pod trunk push leveldb-library.podspec --skip-import-validation + pod trunk push ~/.cocoapods/repos/staging/leveldb-library/{version}/leveldb-library.podspec.json --skip-import-validation ```