Skip to content

Commit

Permalink
chore: update github actions,
Browse files Browse the repository at this point in the history
  • Loading branch information
dhola-hardik committed Apr 20, 2024
1 parent 710ea0f commit dbd484d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ios_distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ jobs:

- name: Save version to cache
run: |
echo "previous_version: ${{ env.PREVIOUS_VERSION }}" > version.txt
echo "updated_version: ${{ env.UPDATED_VERSION }}" >> version.txt
mkdir -p version
mv version.txt version/
echo "previous_version: ${{ env.PREVIOUS_VERSION }}" > version/version.txt
echo "updated_version: ${{ env.UPDATED_VERSION }}" >> version/version.txt
if: steps.cache.outputs.cache-hit != 'true' || steps.cache.outputs.cache-hit == 'true' && steps.cache.outputs.cache-hit == 'true'

- name: Use cached version
Expand Down

0 comments on commit dbd484d

Please sign in to comment.