bitwarden-estensione-browser/.github/scripts/macos/increment-version.ps1

3 lines
88 B
PowerShell
Raw Normal View History

2020-09-22 22:00:58 +02:00
$rootPath = $env:GITHUB_WORKSPACE;
$buildNumber = 100 + [int]$env:GITHUB_RUN_NUMBER;