Skip to content

Commit

Permalink
ugh formatting sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Dec 18, 2024
1 parent be85bf0 commit 3c780e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:

- name: Get app version and build number
run: |
APP_VERSION=$(xcrun agvtool mvers -terse1)
APP_BUILD=$(xcrun agvtool vers -terse)
APP_VERSION=$(xcrun agvtool mvers -terse1 | tail -n1)
APP_BUILD=$(xcrun agvtool vers -terse | tail -n1)
echo "APP_VERSION=$APP_VERSION" >> $GITHUB_ENV
echo "APP_BUILD=$APP_BUILD" >> $GITHUB_ENV
Expand Down

0 comments on commit 3c780e7

Please sign in to comment.