Skip to content

Commit d75bda0

Browse files
committed
comment build steps
1 parent a22909c commit d75bda0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/eas-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ jobs:
8888
- name: Update version in package.json
8989
if: inputs.new-version
9090
run: |
91-
pnpm version ${{ inputs.new-version }}
91+
pnpm version ${{ inputs.new-version }} -m "chore: set app version to ${{ inputs.new-version }}"
9292
93-
- name: ⚙️ Run Prebuild
94-
run: pnpm prebuild:${{ inputs.environment }}
93+
# - name: ⚙️ Run Prebuild
94+
# run: pnpm prebuild:${{ inputs.environment }}
9595

96-
- name: 📱 Run Build for ${{ matrix.platform }}
97-
run: pnpm build:${{ inputs.environment }}:${{ matrix.platform }} --non-interactive --no-wait --message "Build ${{ inputs.environment }} for ${{ matrix.platform }}" --local
96+
# - name: 📱 Run Build for ${{ matrix.platform }}
97+
# run: pnpm build:${{ inputs.environment }}:${{ matrix.platform }} --non-interactive --no-wait --message "Build ${{ inputs.environment }} for ${{ matrix.platform }}" --local
9898

9999
- name: 📦 Push changes to repository
100100
if: inputs.new-version

0 commit comments

Comments
 (0)