Skip to content

Commit 70fe047

Browse files
pnpm fix yet again...
1 parent 5118c2a commit 70fe047

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

.github/workflows/eas-android-build.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)