docs: update version config example (#53)

Signed-off-by: sitiom <[email protected]>

Signed-off-by: sitiom <[email protected]>
This commit is contained in:
sitiom
2022-11-03 16:08:53 +05:30
committed by GitHub
parent 9a8aae9dbb
commit 836cf446d7
+1 -1
View File
@@ -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)