From 5eee7f6fba4d85636cef28c561bf40cd7753333a Mon Sep 17 00:00:00 2001 From: Brandon Evans Date: Tue, 19 Jan 2021 22:23:29 -0700 Subject: [PATCH] Remove . in tag name in release steps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 581e8da..451d84f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ git commit -asm "Increment build number" # Tag the latest commit # Replace $VERSION and $BUILD below with the latest real values -git tag -asm "v$VERSION.b$BUILD" "v$VERSION.b$BUILD" +git tag -asm "v$VERSIONb$BUILD" "v$VERSIONb$BUILD" # Push to origin git push --follow-tags