From 836cf446d71da30e4a7c98f398af97e0939ee57d Mon Sep 17 00:00:00 2001 From: sitiom Date: Thu, 3 Nov 2022 18:38:53 +0800 Subject: [PATCH] docs: update `version` config example (#53) Signed-off-by: sitiom Signed-off-by: sitiom --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76bbf8c..f53ce89 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ identifier: Publisher.Package # Microsoft.Excel The `PackageVersion` of the package you want to release. ```yaml -version: '1.2.3' +version: ${{ github.event.release.tag_name }} # For tags without the 'v' prefix ``` ### Installers Regex (installers-regex)