From 912426fd6002857a211c534ee1b8340a7a6c69f6 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Fri, 10 Mar 2023 06:41:09 +0000 Subject: [PATCH] Updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42ed84e..5303b4a 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,9 @@ Support this project with a :star: -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|------------------|--------|----------|---------|-----------------------------------------------------------------------------------------------| -| strip\_tag\_prefix | string | false | | The prefix that should be stripped
from the tag e.g `v0.0.1` ->
`(strip v)` -> `0.0.1` | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|------------------|--------|----------|---------|--------------------------------------------------------------------------------------------------------------| +| strip\_tag\_prefix | string | false | | The prefix that should be stripped
from the tag e.g `v` ->
with a tag `v0.0.1` -> returns
`0.0.1` |