From 3ce05caa34b294b9f4d6121780c3f8a663c4f6f0 Mon Sep 17 00:00:00 2001 From: Kerr Marin Miller Date: Tue, 9 Jul 2024 15:59:00 +0100 Subject: [PATCH] Update release instructions --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 889459b..d3df7fc 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -20,4 +20,4 @@ To release to CocoaPods you must: 3. Commit these changes 4. Tag the commit with the version number (do not add any prefix or suffix to the tag so it works with SPM too) 5. Push the changes and tags to the remote repo -6. Run `bundle exec pod repo push` to release to CocoaPods trunk +6. Run `bundle exec pod trunk push` to release to CocoaPods trunk