mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 04:33:36 +00:00
increment version for ios
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -138,6 +138,11 @@ jobs:
|
||||
env:
|
||||
DECRYPT_FILE_PASSWORD: ${{ secrets.DECRYPT_FILE_PASSWORD }}
|
||||
|
||||
- name: Increment version
|
||||
if: github.ref == 'refs/heads/master'
|
||||
run: ./.github/scripts/ios/increment-version.ps1
|
||||
shell: pwsh
|
||||
|
||||
- name: Set up keychain
|
||||
if: github.ref == 'refs/heads/master'
|
||||
run: ./.github/scripts/ios/setup-keychain.ps1
|
||||
|
||||
Reference in New Issue
Block a user