File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,6 +115,12 @@ jobs:
115115 env :
116116 EXPO_TOKEN : ${{ secrets.EXPO_TOKEN }}
117117
118+ # ========================
119+ # Clear npx cache to avoid stale module resolution issues
120+ # ========================
121+ - name : " Clear npx cache"
122+ run : npx clear-npx-cache
123+
118124 # ========================
119125 # 🏗️ Build Execution
120126 # ========================
@@ -336,12 +342,4 @@ jobs:
336342 RELEASE_TAG="nightly-${{ needs.build-android.outputs.build_date }}"
337343 RELEASE_TITLE="Nightly Build (${{ needs.build-android.outputs.build_date }})"
338344 fi
339- echo "RELEASE_TAG=${RELEASE_TAG}" >> $GITHUB_OUTPUT
340- - name : " 🎉 Publish GitHub Release"
341- uses : softprops/action-gh-release@v2
342- with :
343- tag_name : ${{ steps.release-type.outputs.RELEASE_TAG }}
344- name : ${{ steps.release-type.outputs.RELEASE_TITLE }}
345- body_path : changelog.txt
346- files : app-release.apk
347- prerelease : ${{ needs.build-android.outputs.is_production != 'true' }}
345+ echo "RELEASE_TAG=${RELEASE_TAG}" >> $GITHUB
You can’t perform that action at this time.
0 commit comments