[skip ci] Log version

This commit is contained in:
naturecodevoid
2023-04-02 08:00:11 -07:00
parent 5710cdf19c
commit 9bfda36647
4 changed files with 28 additions and 12 deletions

View File

@@ -27,6 +27,13 @@ jobs:
env:
COMMIT: ${{ github.event.pull_request.head.sha }}
- name: Get version
id: version
run: echo "version=$(grep MARKETING_VERSION Build.xcconfig | sed -e "s/MARKETING_VERSION = //g")" >> $GITHUB_OUTPUT
- name: Echo version
run: echo "${{ steps.version.outputs.version }}"
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1.4.1
with: