From 8e591a749d6eb2cac781f10bde76f036024a0092 Mon Sep 17 00:00:00 2001 From: Akimo Date: Sat, 12 Mar 2022 19:36:58 +0900 Subject: [PATCH] docs: add missing single quote (#378) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a4a2ed..942171a 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Add a step like this to your workflow: # Arguments for the git push --tags command (any additional argument will be added after --tags) # Default: '' - tag_push: '--force + tag_push: '--force' ``` ### Git arguments