mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-05 18:47:52 +01:00
increment version
This commit is contained in:
parent
a26c760c82
commit
2eb60e95ae
3
.github/scripts/macos/increment-version.ps1
vendored
3
.github/scripts/macos/increment-version.ps1
vendored
@ -1,2 +1,5 @@
|
|||||||
$rootPath = $env:GITHUB_WORKSPACE;
|
$rootPath = $env:GITHUB_WORKSPACE;
|
||||||
$buildNumber = 100 + [int]$env:GITHUB_RUN_NUMBER;
|
$buildNumber = 100 + [int]$env:GITHUB_RUN_NUMBER;
|
||||||
|
# See https://www.electron.build/configuration/configuration#configuration
|
||||||
|
Write-Output "Setting build number to $buildNumber";
|
||||||
|
Write-Output "::set-env name=BUILD_NUMBER::$buildNumber";
|
||||||
|
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -160,9 +160,9 @@ jobs:
|
|||||||
repository: 'bitwarden/browser'
|
repository: 'bitwarden/browser'
|
||||||
path: 'dist/safari/browser'
|
path: 'dist/safari/browser'
|
||||||
|
|
||||||
- name: Build Safari extension for .dmg
|
# - name: Build Safari extension for .dmg
|
||||||
shell: pwsh
|
# shell: pwsh
|
||||||
run: ./scripts/safari-build.ps1 -skipcheckout
|
# run: ./scripts/safari-build.ps1 -skipcheckout
|
||||||
|
|
||||||
- name: Build application for .dmg
|
- name: Build application for .dmg
|
||||||
run: npm run dist:mac
|
run: npm run dist:mac
|
||||||
|
Loading…
Reference in New Issue
Block a user