1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-09 09:51:02 +01:00
bitwarden-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;