docs: update version config example (#53)
Signed-off-by: sitiom <[email protected]> Signed-off-by: sitiom <[email protected]>
This commit is contained in:
@@ -150,7 +150,7 @@ identifier: Publisher.Package # Microsoft.Excel
|
|||||||
The `PackageVersion` of the package you want to release.
|
The `PackageVersion` of the package you want to release.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: '1.2.3'
|
version: ${{ github.event.release.tag_name }} # For tags without the 'v' prefix
|
||||||
```
|
```
|
||||||
|
|
||||||
### Installers Regex (installers-regex)
|
### Installers Regex (installers-regex)
|
||||||
|
|||||||
Reference in New Issue
Block a user