Skip to content

Commit

Permalink
Remove echo as it won't work on the same line
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Sep 2, 2021
1 parent 163746e commit 9af928c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/platformDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,7 @@ jobs:

- name: Set iOS version in ENV
if: ${{ fromJSON(env.SHOULD_DEPLOY_PRODUCTION) }}
run: |
echo "IOS_VERSION=$(echo '${{ github.event.release.tag_name }}' | tr '-' '.')" >> $GITHUB_ENV
echo "iOS version is: ${{ env.IOS_VERSION }}"
run: echo "IOS_VERSION=$(echo '${{ github.event.release.tag_name }}' | tr '-' '.')" >> $GITHUB_ENV

- name: Run Fastlane for App Store release
if: ${{ env.SHOULD_DEPLOY_PRODUCTION == 'true' }}
Expand Down

0 comments on commit 9af928c

Please sign in to comment.