We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe057d commit c07b77eCopy full SHA for c07b77e
1 file changed
.github/actions/upload-android/action.yml
@@ -65,7 +65,7 @@ runs:
65
mkdir -p android/fastlane/metadata/android/en-US/changelogs
66
67
if [ -f changelog.txt ]; then
68
- node prepare-changelog.js
+ node .github/scripts/prepare-changelog.js
69
else
70
printf "Internal improvements and bug fixes" > "android/fastlane/metadata/android/en-US/changelogs/${BUILD_VERSION}.txt"
71
fi
0 commit comments