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)