Skip to content

Commit 8e591a7

Browse files
authored
docs: add missing single quote (#378)
1 parent 050a667 commit 8e591a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Add a step like this to your workflow:
8787

8888
# Arguments for the git push --tags command (any additional argument will be added after --tags)
8989
# Default: ''
90-
tag_push: '--force
90+
tag_push: '--force'
9191
```
9292
9393
### Git arguments

0 commit comments

Comments
 (0)