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

3 lines
88 B
PowerShell

$rootPath = $env:GITHUB_WORKSPACE;
$buildNumber = 100 + [int]$env:GITHUB_RUN_NUMBER;