We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9677e73 commit b97dffdCopy full SHA for b97dffd
.github/workflows/eas-android-build.yml
@@ -99,9 +99,9 @@ jobs:
99
# 🔐 EAS Setup & Auth
100
# ========================
101
- name: "🔧 Setup pnpm global bin"
102
- run: |
103
- export SHELL=/bin/bash
104
- pnpm setup
+ env:
+ SHELL: /bin/bash
+ run: pnpm setup
105
106
- name: "⚙️ Install EAS CLI"
107
run: pnpm add -g eas-cli@latest
0 commit comments