From a70c3c256d93b7a2850cf6fdaf2f3d4552725ba9 Mon Sep 17 00:00:00 2001 From: phips28 Date: Thu, 1 Jul 2021 21:37:56 +0200 Subject: [PATCH] add example for tag-prefix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ce56c6..bdab86d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Make sure you use the `actions/checkout@v2` action! env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag-prefix: '' + tag-prefix: 'v' ``` **skip-tag:** The tag is not added to the git repository (optional). Example: @@ -106,4 +106,4 @@ Make sure you use the `actions/checkout@v2` action! GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: commit-message: 'CI: bumps version to {{version}} [skip ci]' -``` \ No newline at end of file +```