Skip to content

Commit

Permalink
fix minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbeesetti committed Jan 15, 2025
1 parent 12657ac commit d70d7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_version_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
if: ${{ github.event.inputs.release_notes != '' }}
run: |
echo "Creating changelog for version code ${{ env.VERSION_CODE }}"
echo "${{ github.event.inputs.release_notes }}" | tr '\\n' '\n' > fastlane/metadata/android/en-US/changelogs/${{ env.VERSION_CODE }}.txt
echo "${{ github.event.inputs.release_notes }}" > fastlane/metadata/android/en-US/changelogs/${{ env.VERSION_CODE }}.txt
echo "Generated Changelog:"
cat fastlane/metadata/android/en-US/changelogs/${{ env.VERSION_CODE }}.txt
Expand Down

0 comments on commit d70d7b0

Please sign in to comment.