1
0
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:
Kyle Spearrin
2020-06-09 21:23:10 -04:00
parent df15fa2f0e
commit 363f5be8ff
3 changed files with 31 additions and 1 deletions

View File

@@ -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