1
0
mirror of https://github.com/bitwarden/desktop synced 2025-12-22 03:03:30 +00:00
Files
desktop/.github/scripts/macos/increment-version.ps1
2020-09-22 16:00:58 -04:00

3 lines
88 B
PowerShell

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