From 54ccc1cbcad0f304b11efe11c87d9929311aa4b7 Mon Sep 17 00:00:00 2001 From: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> Date: Thu, 10 Feb 2022 07:54:43 -0800 Subject: [PATCH] Add iOS Share Extension to our version bump automation (#1761) --- .github/workflows/version-bump.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index d6a40293f..0b5c86e46 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -44,6 +44,12 @@ jobs: version: ${{ github.event.inputs.version_number }} 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 uses: bitwarden/gh-actions/version-bump@03ad9a873c39cdc95dd8d77dbbda67f84db43945 with: