mirror of
https://github.com/bitwarden/android.git
synced 2024-12-26 19:08:32 +03:00
Add iOS Share Extension to our version bump automation (#1761)
This commit is contained in:
parent
ee69364b1d
commit
54ccc1cbca
1 changed files with 6 additions and 0 deletions
6
.github/workflows/version-bump.yml
vendored
6
.github/workflows/version-bump.yml
vendored
|
@ -44,6 +44,12 @@ jobs:
|
||||||
version: ${{ github.event.inputs.version_number }}
|
version: ${{ github.event.inputs.version_number }}
|
||||||
file_path: "./src/iOS.Extension/Info.plist"
|
file_path: "./src/iOS.Extension/Info.plist"
|
||||||
|
|
||||||
|
- name: Bump Version - iOS.ShareExtension
|
||||||
|
uses: bitwarden/gh-actions/version-bump@03ad9a873c39cdc95dd8d77dbbda67f84db43945
|
||||||
|
with:
|
||||||
|
version: ${{ github.event.inputs.version_number }}
|
||||||
|
file_path: "./src/iOS.ShareExtension/Info.plist"
|
||||||
|
|
||||||
- name: Bump Version - iOS
|
- name: Bump Version - iOS
|
||||||
uses: bitwarden/gh-actions/version-bump@03ad9a873c39cdc95dd8d77dbbda67f84db43945
|
uses: bitwarden/gh-actions/version-bump@03ad9a873c39cdc95dd8d77dbbda67f84db43945
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue