From cf187504bec0de198e54bcc18820d39177e38e99 Mon Sep 17 00:00:00 2001 From: Tomas Michalek Date: Thu, 22 Oct 2020 11:25:03 +0200 Subject: [PATCH] Change mint tag to match naming convetion The `mint` command tag was not valid as the tags are prefixed with `v` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0145fb..c069b3f 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ jobs: You can install using mint: ```shell -mint install unsignedapps/swift-create-xcframework@1.3.0 +mint install unsignedapps/swift-create-xcframework@v1.3.0 ``` Or manually: