Skip to content
copy

GitHub Action

Check bundle version matches git tag

v1.0.3 Latest version

Check bundle version matches git tag

copy

Check bundle version matches git tag

To build release based on tag and verify version has been set in Info.plist

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Check bundle version matches git tag

uses: sparta-science/[email protected]

Learn more about this action in sparta-science/check-version-matches-tag

Choose a version

check-version-matches-tag

checks that the plist version matches the latest tag

Use in workflow that is triggered by git tag to create Github release

- uses: sparta-science/check-version-matches-tag@v1
  with:
    plist-path: MyApp/Info.plist