Skip to content

Commit

Permalink
Change log fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlackBit committed Aug 22, 2023
1 parent c1f73ca commit ea87cce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deliver_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
- run: mkdir -p ${{github.workspace}}/fastlane/metadata/android/en-US/changelogs/
- run: |
# Create what's new section
CHANGE_LOG_CONTENT=${{ env.CHANGE_LOG }}
echo "$CHANGE_LOG_CONTENT" > ${{github.workspace}}/fastlane/metadata/android/en-US/changelogs/default.txt
echo ${{ env.CHANGE_LOG }} > ${{github.workspace}}/fastlane/metadata/android/en-US/changelogs/default.txt
cat ${{github.workspace}}/fastlane/metadata/android/en-US/changelogs/default.txt
- run: fastlane increment_app_version_code track:"beta"
- run: fastlane set_version_name version:${{ env.RELEASE_VERSION }}
Expand Down

0 comments on commit ea87cce

Please sign in to comment.